Hello.
I'm using ActiveMQ5.2 in Camel2.
I'm consuming a TOPIC.Consumer advisory and no data structure in the
advisory message I get contains the username or the advisory name.
How, if at all,  can I get those from the advisory ?
Other properties will also be fine.

This is how I set up the connection that I'd like to get an advisory on:
 ActiveMQConnectionFactory activeMQConnectionFactory = new
ActiveMQConnectionFactory(MQURI);
        activeMQConnectionFactory.setClientIDPrefix("MyName");
        activeMQConnectionFactory.setUserName("MyUserName");
        getCamelcontext().addComponent("AMQComponent1",
ActiveMQComponent.jmsComponent(activeMQConnectionFactory));

Many thanks.
-- 
View this message in context: 
http://www.nabble.com/Getting-UserName--ClientID-from-Advisory.-tp24903988p24903988.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to