Skip to content

ActiveMQ JMS message producer and consumer clients on SpringBoot Command Line Runner. Producer and Consumer run in separate command line windows/ process.

Notifications You must be signed in to change notification settings

RSaravanaPrasad/SpringBoot-CLR-JMS-ActiveMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-CLR-JMS-ActiveMQ Producer Consumer clients

  1. Producer and Consumer modules can be separately cleaned and installed with maven in the same project.
  2. Producer and Consumer clients to be run in separate Command Line Runner windows/ processes.
  3. Have ActiveMQ running. Create a queue "UI-queue" .
  4. Running producer with java -jar activeMQ-producer-1.0-SNAPSHOT.jar sends only one message.
  5. Running consumer asynchronously java -jar activeMQ-consumer-1.0-SNAPSHOT.jar consumes the sent messages and prints on console.
  6. Methods for sending messages as String and DTO added.
  7. Actuator endpoints configured in application.properties

About

ActiveMQ JMS message producer and consumer clients on SpringBoot Command Line Runner. Producer and Consumer run in separate command line windows/ process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages