The Camel team already provides many examples [1] and tutorials [2] for free. The simple unit test [3] shows how to write a route which sends to an ActiveMQ queue and also consumes from this queue. And in this package, you can find many more camel-jms tests...
Any by the way, it's transparent for Camel whether the broker runs embedded or as a standalone (external) broker. [1] http://camel.apache.org/examples.html [2] http://camel.apache.org/tutorials.html [3] https://svn.apache.org/repos/asf/camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRouteTest.java Best, Christian On Fri, Jul 6, 2012 at 5:50 AM, bharathi_camel_learn < bharathi...@cognizant.com> wrote: > Hi , > > Thanks for your help. > > I can able to see the size of the queue. > > This is my requirement, i am sending a message to external ActiveMQ broker. > I wand to receive the same message from my camel code. > > Please send the sample code for this. > > Thanks in advance. > > Regards, > Bharathi S. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/NoTypeConversionAvailableException-tp5715545p5715586.html > Sent from the Camel - Users mailing list archive at Nabble.com. >