Spring JMS Examples
Examples using Spring 4 release:
- jms-boot-javaconfig - A simple example using annotated JMS listeners using no XML configuration. Spring Boot automatically configures the project based on dependencies included in the classpath.
Examples using Spring 3 release:
-
jms-basic - Shows how to configure a basic Spring JMS application, with examples on how to send and receive messages using point-to-point messaging (queues) and publish-subscribe messaging (topics).
-
jms-tx - Contains examples reproducing the problems related to message processing and how to solve them with local JMS transactions.