And btw Camel in Action chapter 14 covers using annotations for routing. And it has an example with JMS. Although its a queue, but its the same for topic.
On Tue, Aug 3, 2010 at 12:47 PM, Claus Ibsen <[email protected]> wrote: > See this wiki page > http://camel.apache.org/pojo-consuming.html > > > > On Tue, Aug 3, 2010 at 12:45 PM, benxs <[email protected]> wrote: >> >> I am searching for a (POJO or without Annotations) java client source sample >> which subscribes to a (ActiveMQ based) Topic and receives JMS msgs from this >> Topic. >> >> As far as I can see no such sample is provided in the standard examples >> supplied with Camel v2.4.0 >> >> Maybe somehone knows where such a sample is available. >> >> Ben >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Java-sample-for-subscribing-to-ActiveMQ-Topic-and-receiving-JMS-msgs-from-consumer-tp2262777p2262777.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Author of Camel in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
