camel-rabbitmq : not able to publish messages

2013-10-16 Thread tsv
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

Re: camel-rabbitmq : not able to publish messages

2013-10-17 Thread tsv
also has no effect. Is the camel-rabbitmq component support AMQP versions 0-9-1 or 0-9 or 0-8 or its just 1.0 or 0.10. As RabbitMQ will perform protocol negotiation with the clients implementing 0-9-1, 0-9 and 0-8 only. Thanks, tsv -- View this message in context: http://camel.465427.n

Re: camel-rabbitmq : not able to publish messages

2013-10-17 Thread tsv
I don’t see any errors in the logs, it’s only info/debug logs (given below). I even created the exchange (direct durable) and the queue (durable) manually. This only helped in establishing the connection and also the idle channel was created from camel but no message was published to the queue. I u