JMS Producer Consumer and Publisher Subscriber examples under Spring Boot
In this article I will present Spring Boot code for a JMS Producer and a Consumer and also for a JMS Publisher and his Subscribers running under security in an Apache Artemis ActiveMQ running with Docker on localhost.
While the article is being written, you can access its related code under the following links:
GITHUB:
Producer's code:
https://github.com/sciencetechworks/jmscommunications
Consumer's code:
https://github.com/sciencetechworks/jmscommunicationsb
Publisher's code:
https://github.com/sciencetechworks/jmspublisher
Subscribers' code:
https://github.com/sciencetechworks/jmssubscriber
Apache Artemis ActiveMQ docker image:
https://github.com/vromero/activemq-artemis-docker
docker run -it --rm -p 8161:8161 -p 61616:61616 vromero/activemq-artemis
Enjoy!
Comments
Post a Comment