What is the difference between queue and topic ?
Answer / munnu
A topic is typically used for one to many messaging , while queue is used for one-to-one messaging. Topic .e. it supports publish subscribe model of messaging where queue supports Point to Point Messaging.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is spring jms?
What is the use of message queues?
What is the difference between Byte Message and Stream Message?
What is the use of StreamMessage?
Explain the creation of JMS Administered objects?
What is a message in software?
What are jms topics and queues?
What is Point-to-Point Approach?
What is Byte Message ?
What are the types of messages that are supported by JMS?
What is Service Provider ?
How do I check messages in jms queue?