Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 518 Bytes

File metadata and controls

11 lines (9 loc) · 518 Bytes

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.