I am sending some messages from a Camel Route to RabbitMQ.
The URI is as follows :
to("rabbitmq://<server_ip>:5672/ravindra_test_exchange?autoDelete=false&routingKey=abc")
I have the created an exchange ravindra_test_exchange and a queue
ravindra_test_queue_abc.
The exchange is bound to the queue with routing key "abc".
I expected that the messages will be routed to the queue
ravindra_test_queue_abc.
But it creates another queue with random name, binds the exchange with the
new queue and sends messages to both the queues.
<http://camel.465427.n5.nabble.com/file/n5793741/Queue.jpg>
<http://camel.465427.n5.nabble.com/file/n5793741/Exchange.jpg>
Why is it behaving in this way? Do I need to specify any other property in
the URI?
--
View this message in context:
http://camel.465427.n5.nabble.com/RabbitMQ-Strange-Behaviour-tp5793741.html
Sent from the Camel - Users mailing list archive at Nabble.com.