https://github.com/ashrawan/jms-publisherconsumer
https://github.com/ashrawan/jms-publisherconsumer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashrawan/jms-publisherconsumer
- Owner: ashrawan
- Created: 2018-08-30T06:27:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T11:35:55.000Z (about 7 years ago)
- Last Synced: 2025-01-05T09:44:24.105Z (10 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JMS-Publish/Subscribe Demo Application
* Spring Boot
* Apache ActiveMQ### JMS
Java message service enables logically coupled communication between two or more systems.##### JMS has several implementations..
[Apache ActiveMQ](http://activemq.apache.org/activemq-5150-release.html)#### There are two types of messaging models in JMS.
1. Point-to-Point Messaging Domain
2. Publish/Subscribe Messaging Domain##### With Spring boot
```org.springframework.boot
spring-boot-starter-activemq```
+ ActiveMQConnectionFactory
+ DefaultJmsListenerContainerFactory
+ JmsTemplate
+ ActiveMQTopic
+ @JmsListener### Deployment
Go to: Apache ActiveMQ Extracted folder / bin
`cmd` -> activemq start+ Run Spring boot application