Hi Sir, What If I have a camel context in one in which I implement a request/reply on a component. In turn I send another request/reply to another camel context and wait for that reply.
So in turn I have two requests. And I'll expect two replies afterwards. One request to the local broker and then one request to the remote broker. Is this the correct way to do it? I'm quite confused on the Store and Forward Idea as discussed in activemq website. I want to avoid the chatiness over them but I do need to get a reply back. Thanks Gert Vanthienen wrote: > > Carloc, > > Camel is just a framework/API for enterprise integration -- it doesn't > support the CamelContexts themselves to be distributed. However, you > can use Camel on top of ActiveMQ or ServiceMix and both of them do > support distributed deployment. This way, you can just have the > CamelContext interact with the local ActiveMQ/ServiceMix instance using > JMS/JBI messaging and they will take care of distributed messaging for > you. Have a look at http://activemq.apache.org/clustering.html or > http://servicemix.apache.org/clustering.html for more information... > > Gert > > carloc wrote: >> Hi, >> To Add, Is it possible for Camel Contexts TO Be Distributed? >> One camel context in the branch server and one camel context in the >> central >> server that are aware of each other. >> >> Sorry I'm a new user >> >> Thanks >> >> >> carloc wrote: >> >>> Hi, >>> >>> Thanks For THe Reply.... >>> I'd have to implement the request/reply again but this time it would be >>> on >>> a networked broker. >>> How do I do this. >>> >>> I have a central server and then a branch server. >>> I have brokers setup on each. >>> >>> I am doing a request on the branch side. I am requesting on the broker >>> in >>> my branch I want it to do store and forward to the broker which is on my >>> central server. >>> >>> Will it be transparent to me? Or do I still have to configure something. >>> Thanks >>> >>> >> >> > > > > ----- > --- > Gert Vanthienen > http://www.anova.be > -- View this message in context: http://www.nabble.com/Camel-Request-Reply-Networked-Broker-tp17399583s22882p17412333.html Sent from the Camel - Users mailing list archive at Nabble.com.
