What are the messaging domains supported by JMS API?

What are the messaging domains supported by JMS API?

Ninja Asked on 19th September 2018 in JMS.
Add Comment
1 Answer(s)
Best answer

JMS supports two messaging domains:

  1. Point-to-Point Messaging Domain –  A point-to-point (PTP) product or application is built on the concept of message queues, senders, and receivers.
  2. Publish/Subscribe Messaging Domain – In a publish/subscribe (pub/sub) product or application, clients address messages to a topic.
Ninja Answered on 19th September 2018.
Add Comment