I am using RabbitMQ component of Camel, for Camel routing. While creating a queue from RabbitMQ console I have not explicitly mentioned any exchange name. But the url expects the exchangeName
rabbitmq://hostname[:port]/exchangeName?[options] What should be the value of exchangeName for a default queue? I tried to get the message from RabbitMQ console to see whether it has any exchangeName, and here is the snapshot <http://camel.465427.n5.nabble.com/file/n5749788/message-rabbitmq.jpg> -- View this message in context: http://camel.465427.n5.nabble.com/Camel-camelContext-RabbitMQ-component-what-should-be-the-value-for-exchangeName-tp5749788.html Sent from the Camel - Users mailing list archive at Nabble.com.
