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 |
Is jms a message broker?
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?
What is the functionality of a message listener in the context of jms?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
How to read message from jms queue in java?
What is jms and mq?
What is hermes jms?
What is JMS Client?
What is a topic string?
What is the difference between Jms and Jvt ?
What is the role of JMS in enterprise solution development?
How you can deliver a java message to a non-java client?