Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 337 Bytes

File metadata and controls

10 lines (7 loc) · 337 Bytes

Spring Starter Minimal Example

An example of setting up the Spring Starter module in a Spring Application to show the minimal use case of connecting to a local ElasticMQ server. It will periodically send messages to the queue and log these in the message listener.

Usage

gradle bootRun