Well I have not experienced it that way. Like I said, that temporary queue is for request-reply processing. If you want to fire and forget you need to specify that the exchange pattern is InOnly.
On Fri, Feb 10, 2017 at 8:58 AM, ravindra [via Camel] < [email protected]> wrote: > I am using RabbitMQ 3.6.6, Erlang R16B03. > > When I specify the URI as : > rabbitmq://<server_ip>:5672/ravindra_test_exchange? > autoDelete=false&routingKey=abc&queue=ravindra_test_queue_abc > > Then it sends only to the expected queue. > But isn't it wrong, that I need to specify the exchange, routing key and > the queue as well. > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/RabbitMQ-Strange- > Behaviour-tp5793741p5793745.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-tp5793741p5793746.html Sent from the Camel - Users mailing list archive at Nabble.com.
