Hi Could you tell me where have you mentioned the name of the Queue? Alternatively please let me know how it behaves when you remove noop-true
Cheers Reji On Wed, Oct 16, 2013 at 3:45 PM, tsv [via Camel] < ml-node+s465427n5741707...@n5.nabble.com> wrote: > Greetings, > > I am using camel-rabbitmq component to publish messages to rabbitmq > broker. But I see my route opens a connection in rabbitmq server (viewed > from rabbitmq web admin management console) but never creates a channel, > exchange, queue and the message. > > Here is my route config: > from("file:src/data?noop=true").to("rabbitmq:// > myhost.com:5672/camel.exchange?username=guest&password=guest&vhost=myvhost&queue=myqueue&routingKey=myqueue.key"); > > > I am expecting the producer is going to declare the exchange (may be the > default exchange type), and create the queue and publish the message. But > it seems nothing is happening, just connection is opened and I don't see > any errors in the debug log. Can anybody let me know what options in the > config I am missing or what possibly is wrong in the route. > > Camel version: 2.12.1 > camel-rabbitmq component version: 2.12.1 > RabbitMQ Server version: RabbitMQ 2.8.2 on Erlang R14B01 > RabbitMQ Client version: 3.1.5 > src/data folder has a xml file > > Thanks > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/camel-rabbitmq-not-able-to-publish-messages-tp5741707.html > To unsubscribe from Camel - Users, click > here<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=Y29udGFjdHJlamlAZ21haWwuY29tfDQ2NTQyOHwxMDA0OTE4MjMz> > . > 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/camel-rabbitmq-not-able-to-publish-messages-tp5741707p5741712.html Sent from the Camel - Users mailing list archive at Nabble.com.