https://github.com/iulianoroberto/jms_basicdistributedapplications
Basic distributed applications implemented by Java Message Service (JMS).
https://github.com/iulianoroberto/jms_basicdistributedapplications
distributed distributed-systems java jms jms-queue jms-topic middleware producer-consumer publisher-subscriber
Last synced: 4 months ago
JSON representation
Basic distributed applications implemented by Java Message Service (JMS).
- Host: GitHub
- URL: https://github.com/iulianoroberto/jms_basicdistributedapplications
- Owner: iulianoroberto
- Created: 2024-01-19T10:06:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T10:13:15.000Z (over 1 year ago)
- Last Synced: 2025-03-18T05:23:50.121Z (7 months ago)
- Topics: distributed, distributed-systems, java, jms, jms-queue, jms-topic, middleware, producer-consumer, publisher-subscriber
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JMS_basic_application
Basic distributed applications implemented by Java Message Service (JMS).Implementation of the exercices shown before with both point-to-point model and publish/subscribe model (blocking and un-blocking receiver).
Exercices:
- 6.1.1 point-to-point with a blocking receiver;
- 6.1.2 point-to-point with an asynchronous receiver;
- 6.1.3 publish/subscribe with a blocking receiver;
- 6.1.4 publish/subscribe with an asynchronous receiver;
- 6.1.5 publish/subscribe with a durable subscriber.