Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 433 Bytes

spring-advanced-mq-client

This library is designed to facilitate usage of message queue systems w/ spring

planned feature include:

  • JTA/XA transaction support for MQ systems that don't support it (AWS SQS, Anypoint MQ)
  • Alternative persistence fallbacks if remote broker isn't available / working.
  • More user-friendly listener annotation support than spring jms
  • Simple DB-based queueing system for non-distributed servers.