What is the difference between topic and queue?
Answer / munnu
A topic is typically used for one to many messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i.e. it supports Point to Point Messaging.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different messaging paradigms JMS supports?
What is asynchronous messaging?
Can you use a foreign jms provider to drive an mdb transactionally?
What type of messaging is provided by JMS?
What are Native Clients ?
Explain about message listeners?
What does jms stand for?
What is JMS API Architecture?
What are Messages?
Can we send message from one server to another server using jms?
What is jms connection?
What is the point-to-point model in jms?