We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4631add commit 04a7ed5Copy full SHA for 04a7ed5
src/asciidoc/whats-new.adoc
@@ -495,6 +495,8 @@ public @interface MyTestConfig {
495
* The type of the reply `Destination` can now be configured per listener container.
496
* The value of the `@SendTo` annotation can now use a SpEL expression.
497
* The response destination can be <<jms-annotated-response,computed at runtime using `JmsResponse`>>
498
+* `@JmsListener` is now a repeatable annotation to declare several JMS containers on the same
499
+ method (use the newly introduced `@JmsListeners` if you're not using Java8 yet).
500
501
=== Web Improvements
502
0 commit comments