/JMS_BasicDistributedApplications

Basic distributed applications implemented by Java Message Service (JMS).

Primary LanguageJava

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.