I\'m currently working on migrating an IBM Webshere application to Spring Boot.
As part of this there is an MDB class which needs to be converted into @JmsListene
@JmsListene
@JmsListener is a repeatable annotation on Java 8, so you can associate several JMS destinations with the same method by adding additional @JmsListener declarations to it.
https://docs.spring.io/spring/docs/current/spring-framework-reference/integration.html#jms-annotated