JMS provider xbean.xml configuration file.
<beans xmlns:jms="http://servicemix.apache.org/jms/1.0"
xmlns:hello="http://servicemix.in2m.com/operations/updateprofile"
xmlns:amq="http://activemq.org/config/1.0">
<jms:provider service="hello:JMSProviderService"
endpoint="JMSProviderEndpoint"
pubSubDomain="true"
destinationName="updateUserProfileTopic"
connectionFactory="#connectionFactory"/>
<amq:connectionFactory id="connectionFactory"
brokerURL="tcp://localhost:61616" />
</beans>
--
View this message in context:
http://www.nabble.com/Wire-Tap-error-in-Servicemix-Camel-3.2.2-with-JMS-BC-tp17896309p17959265.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.