What are the messaging domains supported by JMS API?
Answered
What are the messaging domains supported by JMS API?
Best answer
JMS supports two messaging domains:
- Point-to-Point Messaging Domain – A point-to-point (PTP) product or application is built on the concept of message queues, senders, and receivers.
- Publish/Subscribe Messaging Domain – In a publish/subscribe (pub/sub) product or application, clients address messages to a topic.