public interface ConsumerTagStrategy
basicConsume operation.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createConsumerTag(java.lang.String queue)
Create the consumer tag, optionally based on the queue name that the consumer
will listen to.
|
java.lang.String createConsumerTag(java.lang.String queue)
queue - The queue name that this consumer will listen to.