On Thu, Jul 29, 2010 at 1:47 PM, benxs <[email protected]> wrote: > > When I look into the shipped Camel example > > http://camel.apache.org/pojo-messaging-example.html > > then there is said that the XML message are put into an "an embedded > instance of Apache ActiveMQ". > Enbedded means embedded into Camel (example). > > How can I put the same XML msgs instead into an already running, external > ActiveMQ instance? > > Let say this Active MQ instance is listening for connections at > > tcp://mycomp1:61616 > > How can I change the official Camel sample source so that XML msgs are > fetched analogue > from an external running ActiveMQ instance? >
You change the brokerURL > Ben > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Put-XML-msgs-from-Java-POJO-into-already-running-ActiveMQ-instance-Camel-sample-adjustment-tp2256723p2256723.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
