I was going through the documentation for rabbitmq: component. Where can I send the queue name as a parameter in the URI?
When I tried this <to uri="rabbitmq://localhost:5672/orders.error?connectionFactory=#customConnectionFactory" pattern="InOnly" /> where orders.error is the name of the queue , a random queue with a UUID as a name is created. How do I route my message to the a named queue. -- View this message in context: http://camel.465427.n5.nabble.com/Rabbitmq-URI-tp5791070.html Sent from the Camel - Users mailing list archive at Nabble.com.