Skip to content
/ jms Public

Spring Boot application with Jms and ActiveMq

Notifications You must be signed in to change notification settings

oclkstudio/jms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jms

Spring Boot Application with Jms and ActiveMq

Installation

  • Download the latest ActiveMQ release:

    http://activemq.apache.org/download.html

  • Extract the files from the archive and run the activemq file by using the command line, for example:

    activemq.bat start

Usage

Run the JmsApplication.java

HTTP Methods

  • GET

  • POST

The producer creates and sends this request to send the Simeranya.java object to the queue.(POST request)

localhost:3000/jms/produce

The consumer uses the following request to receive the message waiting in the queue.(GET request)

localhost:3000/jms/receive

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Spring Boot application with Jms and ActiveMq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages