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

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).

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.