New JMS annotation support |
Add support for the "javax.jms.JMSDestinationDefinition" annotation (this defines a JMS queue). |
New RabbitMQ annotation support |
Add support for the "org.springframework.amqp.rabbit.annotation.Queue" annotation. This is used with the "org.springframework.amqp.rabbit.annotation.RabbitListener" annotation and declares a queue dynamically using "@Queue". |
New RabbitMQ annotation support |
Add support for "org.springframework.amqp.rabbit.annotation.QueueBinding" and "org.springframework.amqp.rabbit.annotation.Exchange" annotations. They are used with the "org.springframework.amqp.rabbit.annotation.RabbitListener" annotation. They help declare a queue, bind it to an exchange, use "@QueueBinding" to specify the routing key dynamically and also an exchange to which to bind a RabbitListener queue. |