Hello.
I can't figure out how to consume advisory messges in camel.
Using simple java code I would use AdvisoryConsumer that can provide me
details about the advisory message (Advisory type).
Simply consuming
from("activemq:topic:ActiveMQ.Advisory.Producer.Queue.MyQueue").to(someprocess())
doesn't help me figure out the Advisory type.
Is it supported ?
Thanks.-- View this message in context: http://www.nabble.com/Consuming-advisory-messages-in-camel.-tp23982716p23982716.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
