From 04a7ed5f911deb6ed83ebc8bab04300ab58d9b60 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 22 Jun 2015 13:13:16 +0200 Subject: [PATCH] Update release note for @JmsListeners --- src/asciidoc/whats-new.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/asciidoc/whats-new.adoc b/src/asciidoc/whats-new.adoc index 8c9baee609..bab1e9c2f3 100644 --- a/src/asciidoc/whats-new.adoc +++ b/src/asciidoc/whats-new.adoc @@ -495,6 +495,8 @@ public @interface MyTestConfig { * The type of the reply `Destination` can now be configured per listener container. * The value of the `@SendTo` annotation can now use a SpEL expression. * The response destination can be <> +* `@JmsListener` is now a repeatable annotation to declare several JMS containers on the same + method (use the newly introduced `@JmsListeners` if you're not using Java8 yet). === Web Improvements