/jms-hello-world

A Springboot service that uses JMS to do request/reply

Primary LanguageJavaApache License 2.0Apache-2.0

Introduction

This simple Springboot JMS request/reply service:

  • Listens for messages on a configurable topic
  • Prepends Hello to the request message
  • Replies back to the producer with the newly formed string

💡 The application is preconfigured for use with the Solace PubSub+ Event Broker, and this blog post.

Usage

mvn clean spring-boot:run