Skip to content

Sample application using Spring Boot and its JMS features

Notifications You must be signed in to change notification settings

jkmcl/spring-jms-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A sample application demonstrating the following:

  • Spring Boot and its JMS features (JmsTemplate, MessageListener, etc.)
  • Queue names configurable in application.properties
  • Character encoding used in BytesMessage conversion configurable in application.properties
  • Business layer receives and sends Strings
  • Messaging layer converts inbound TextMessage or BytesMessage to String automatically
  • Messaging layer converts outbound String to TextMessage or BytesMessage based on application.properties
  • Processing special inbound command messages in JSON format

About

Sample application using Spring Boot and its JMS features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages