On Thu, Jun 11, 2009 at 4:43 PM, Eric Bouer<[email protected]> wrote: > > 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 ? Hi
What happens when you consume this advisor queue? Camel is basically just leveraging Spring JMS. So if you could get it to work with plain Spring JMS then we have something to look into. But to my knowledge there is no special code in there to support Advisory. > 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. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
