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



Reply via email to