I am trying to bind two queues to an exchange. Both queues must consume the same message (routing key). I am able to create these two queues directly with RabbitMQ. However, when I try the same with Apache Camel, it throws an exception stating "Multiple consumers are not allowed for the same endpoint". I am assuming that this must be possible with Camel since it is a basic feature in RabbitMQ.
I am using Camel RabbitMQ plugin. Is there some additional configuration that's required to get this working?