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? If the queues are automatically created by the above statements, is it ok to follow this convention? what is the good programming practive? i.e. explicitly create the queues or let the above statement create the queues? Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Sending-message-to-different-environment-tp4728380p4734069.html Sent from the Camel - Users mailing list archive at Nabble.com.