Which Camel version are you on? I would not expect it to send to the temporary queue which is created when you do request-reply messaging.
On Fri, Feb 10, 2017 at 6:55 AM, ravindra [via Camel] < [email protected]> wrote: > 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. > > > > > > > Why is it behaving in this way? Do I need to specify any other property in > the URI? > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/RabbitMQ-Strange- > Behaviour-tp5793741.html > To start a new topic under Camel - Users, email > [email protected] > To unsubscribe from Camel - Users, click here > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=> > . > NAML > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://camel.465427.n5.nabble.com/RabbitMQ-Strange-Behaviour-tp5793741p5793742.html Sent from the Camel - Users mailing list archive at Nabble.com.
