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
- Host: GitHub
- URL: https://github.com/9bow/ooziejmsreceiverdemo
- Owner: 9bow
- Created: 2018-09-07T07:21:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T07:27:26.000Z (over 7 years ago)
- Last Synced: 2025-04-02T23:41:50.887Z (about 1 year ago)
- Language: Java
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)