Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
-
None
Description
Noticed a duplicate entry for the WS-Notification ConnectionFactory in conf/jndi.xml :
<entry key="org.apache.servicemix.jms.wsnotificationCF"> <amq:connectionFactory brokerURL="${activemq.url}" /> </entry> <entry key="java:comp/env/jms/wsnotificationCF"> <amq:connectionFactory brokerURL="${activemq.url}" /> </entry>
Just wondering if both of them are still required - looking at the code for the wsn2005 component, it seems that once we pick up a recent version of that component, we would only need the first variant or am I missing something?