Java Message Service (JMS) Question:

What are the different messaging paradigms JMS supports?

JMS Interview Question
JMS Interview Question

Answer:

Publish and Subscribe i.e. pub/suc and Point to Point i.e. p2p.


Previous QuestionNext Question
What are the different types of messages available in the JMS API?What is the difference between topic and queue?