<span style>Hi,</span><div style>I&#39;m defining a Camel RabbitMQ component.</div><div style>In route definition it is possible to define the number of concurrent consumers on a specific endpoint.</div><div style>If we suppose that user want to use a queue (in JMS style),</div>
<div style>I have to declare just only the queue (default exchange is used).</div><div style><br></div><div style><br></div><div style>On this queue multiple consumers can asynchronously obtain a message and this message is delivered through camel to receivers.</div>
<div style>Do you have any hint on how manage multiple consumers? All of them have to use the basicConsume and the broker ensures that different messages are provided to consumers in a round robin way?</div><div style><br>
</div><div style>Any help will be appreciate.</div>