Annotation Type QueueBinding
-
@Target({}) @Retention(RUNTIME) public @interface QueueBinding
Defines a queue, the exchange it is to be bound to, and an optional binding key; used with@RabbitListener
.- Since:
- 1.5
- Author:
- Gary Russell, Alex Panchenko