ActiveMQ Implementation (Event Based Notification). Using Spring without xml.
- Spring 4, Jersey 2
- Spring Annotation based configuration
- No xml require.
- Its a REST API.
- Either use as event based notification or schedule based message.
- Start ActiveMQ on your local.
- mvn clean package
- Whole project will be packaged as war, deploy in your favourite container (Tomcat, jetty, JBoss, etc).
- hit http://{url}/active/test
- Message will be enqueued deque on (ActiveMQ browser console).
- I will integrate it with my SoftBot (Slack Bot) for reminder, schedule suggestion, etc.
- reach out to me at abhisheksavitarai at gmail dot com.