I am working on getting Apache Camel 2.10.0 working with RabbitMQ.
Has anyone gotten this to work, and could you please post your Camel
context route.  I am running into problems getting a message to pass
from Camel -> RabbitMQ -> Camel.  Here's the error I am currently
running in to:

Thread-6] AMQConnection                  INFO  Closing AMQConnection
due to :org.apache.qpid.AMQChannelClosedException: Error:
PRECONDITION_FAILED - cannot redeclare exchange 'amq.direct' in vhost
'/test' with different type, durable, internal or autodelete value
[error code 406: In use]

I have a vhost defined ("/test") in RabbitMQ and from what I can tell
this error message states that I am trying to change the attributes of
an existing exchange but I'm not, I don't even see where I can do this
or how I would do this.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to