diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index d4da033e3c..61c6e83b1d 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -43561,6 +43561,7 @@ programmatically in addition to the ones that are detected by the `JmsListener` @Override public void configureJmsListeners(JmsListenerEndpointRegistrar registrar) { SimpleJmsListenerEndpoint endpoint = new SimpleJmsListenerEndpoint(); + endpoint.setId("myJmsEndpoint"); endpoint.setDestination("anotherQueue"); endpoint.setMessageListener(message -> { // processing