Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 246 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 246 Bytes

Spring Boot and Amazon SQS(with JMS) Example

This example allows you to send / read messages to / from Amazon SQS.

It works with both String and JSON messages.

I used a MessageConverter to automatically translate a message in JSON format.