In this session will explain what is JMS and message queues?
Producer-Consumer Model?
JMS Architecture?
Rabit MQ |JMS provider?
What are the other JMS provider.
A JMS application is composed of the following parts:
JMS provider: A messaging system that implements the JMS specification.
JMS clients: Java applications that send and receive messages.
Messages: Objects that are used to communicate information between JMS clients.
Administered objects: Preconfigured JMS objects that are created by an administrator for the use of JMS clients.
JMS supports two different message delivery models:
Point-to-Point Model (Queue destination)
Publish/Subscribe Model (Topic destination)
#JMS #MessageQueues #AsynchronousMessaging #microservicesarchitecture
#NarenJavaHelpLine #microservices