Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A59F51032B for ; Thu, 17 Oct 2013 06:23:12 +0000 (UTC) Received: (qmail 69936 invoked by uid 500); 17 Oct 2013 06:23:09 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 69815 invoked by uid 500); 17 Oct 2013 06:23:08 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 57134 invoked by uid 99); 17 Oct 2013 02:30:23 -0000 X-ASF-Spam-Status: No, hits=4.5 required=5.0 tests=HTML_MESSAGE,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of contactreji@gmail.com does not designate 216.139.236.26 as permitted sender) Date: Wed, 16 Oct 2013 19:29:56 -0700 (PDT) From: contactreji To: users@camel.apache.org Message-ID: In-Reply-To: <1381963533147-5741707.post@n5.nabble.com> References: <1381963533147-5741707.post@n5.nabble.com> Subject: Re: camel-rabbitmq : not able to publish messages MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5783_28931989.1381976996283" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5783_28931989.1381976996283 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hey What is the name of the queue? And also try removing noop =true and let me know how it behaves cheers Reji "tsv [via Camel]" 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, visit http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=Y29udGFjdHJlamlAZ21haWwuY29tfDQ2NTQyOHwxMDA0OTE4MjMz -- View this message in context: http://camel.465427.n5.nabble.com/camel-rabbitmq-not-able-to-publish-messages-tp5741707p5741717.html Sent from the Camel - Users mailing list archive at Nabble.com. ------=_Part_5783_28931989.1381976996283--