An open API service indexing awesome lists of open source software.

https://github.com/9bow/ooziejmsreceiverdemo

Demo project for Oozie JMS Receiver using Spring Boot and ActiveMQ
https://github.com/9bow/ooziejmsreceiverdemo

Last synced: 9 months ago
JSON representation

Demo project for Oozie JMS Receiver using Spring Boot and ActiveMQ

Awesome Lists containing this project

README

          

## OozieJMSReceiverDemo
This demo project will listen for JMS notification messages for jobs and for SLAs.
Based on Spring Boot, using Oozie 4.3.0 and ActiveMQ.

### References
* [[GitHub] OozieJMSListener](https://github.com/rkanter/OozieJMSListener)
* [[StackOverflow] 'How to listen to topic using spring boot jms'](https://stackoverflow.com/a/40145674)