Arnaud Chotard created CAMEL-14407:
--------------------------------------
Summary: Add a consumerTag on the RabbitMQ camel endpoint
Key: CAMEL-14407
URL: https://issues.apache.org/jira/browse/CAMEL-14407
Project: Camel
Issue Type: Improvement
Components: camel-rabbitmq
Affects Versions: 2.24.2
Reporter: Arnaud Chotard
What do you think about adding a consumerTag to the Camel RabbitMQ endpoint ?
The consumerTag allows you to allows you to specify a client-generated consumer
tag to establish context when invoking channel.basicConsume().
{code:java}
String basicConsume(String queue, boolean autoAck, String consumerTag, boolean
noLocal, boolean exclusive, Map<String, Object> arguments, Consumer callback)
throws IOException;{code}
NB : This functionnality exists on Spring AMQP through the
org.springframework.amqp.support.ConsumerTagStrategy interface.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)