We're not saying you won't be able to do it. It will work, but you will run into troubles down the road with your application and it makes it less flexible.
Have you tried playing with a unit test (using embedded ActiveMQ)? It's really easy to set up. On Mon, Sep 30, 2013 at 8:50 AM, kosalads <kosal...@gmail.com> wrote: > Hi James, > > Please note that I was able to send the Java bean to the queue and read > the same java bean from another application. So I dont think it will be a > problem to do this. > > But my issue is that I cannot get the Java Object from one queue and set to > another queue in the same application, So this is what I want to know how to > handle this? > > Also assume I have a Object with multiple Array lists which has set of Java > objects. So in this case how can I transfer these data through Apache camel > as a one Object, If I have a once Java class which I can add all the objects > then it is easy to transfer this Object through Camel ActiveMQ? Appreciate > your thoughts on this. > > > Thanks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Camel-war-project-How-to-process-the-Queue-and-set-to-another-queue-tp5740524p5740554.html > Sent from the Camel - Users mailing list archive at Nabble.com.