Skip to content

stylepatrick/spring-boot-activemq-messaging-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-activemq-messaging-demo

ActiveMQ Message Broker connection with JMS Template + WebMVC.

Structure:

A HTTP request can be send to following endpoints:

  • api/message/car/{name}/{brand}
  • api/message/film/{name}/{releaseYear}

After receiving a request via WebMVC it gets forwarded to the ActiveMQ topic. There is an listener active which checks if a new message is comming to the topic and will response to a response topic after reciving messages.

The property spring.jms.pub-sub-domain is set to true because topics are used instead of queues.

About

ActiveMQ Message Broker connection with JMS Template + WebMVC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages