Charles,
Have a look at http://activemq.apache.org/camel/jms.html -- on the
bottom of the page they explain how you can define multiple JMS
components for use with Camel, but you can use the same technique for
connecting to a remote ActiveMQ server (using e.g. a tcp:// transport )
Regards,
Gert
cmoulliard wrote:
Hi,
How should I configure my camelcontext in order to connect to an ActiveMq
broker running outside of my camelcontext's VM ?
Let's say :
My Camel route is defined like
From(file:///c:/production/swift?noop=false).to(jms:queue:swift.queue) and
the "jms:queue:swift.queue" is a queue defined in a ActiveMq broker running
in a separate Java VM.
Regards,
Charles