Re: Sending message to different environment

2011-08-25 Thread newbiee
Also, in the follwing code: from("activemq_production:queue:queue1”) .to("activemq_staging:queue:queue2","activemq_customer:queue:customerQueue"); Do I need to create queue1, queue2 or customerQueue? or the above "from -> to" statements will automatically create the queues if they don't exist

Re: Sending message to different environment

2011-08-25 Thread newbiee
Thank you very much for such a precise explanation. Our customer is using IBM MQ, can you also provide SPRING tags to configure IBM MQ broker? Also, we used VPN to cennect to our customer Queue, do I need to configure CAMEL/ACTIVE MQ for the VPN? Thank you -- View this message in context: ht

Re: Sending message to different environment

2011-08-23 Thread boday
when you setup your "activemq" component (generally in spring xml), you have to specify the broker to connect to. this is generally localhost, but can be an external broker, etc. So, just setup multiple activemq components (and give them an appropriate ID)...like this