Skip to content

Commit 04a7ed5

Browse files
committed
Update release note for @JmsListeners
1 parent 4631add commit 04a7ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/asciidoc/whats-new.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ public @interface MyTestConfig {
495495
* The type of the reply `Destination` can now be configured per listener container.
496496
* The value of the `@SendTo` annotation can now use a SpEL expression.
497497
* 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).
498500

499501
=== Web Improvements
500502

0 commit comments

Comments
 (0)