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 |
Explain about message selector?
Explain how Application server handles the JMS Connection?
What is jms server?
What is MOM in reference to JMS?
Explain the creation of JMS Administered objects?
How may messaging models do JMS provide for and what are they?
What is the point-to-point model in jms?
What is message oriented middleware?
Name the messaging types supported by jms.
What are Messaging Domains?
Are you aware of any major JMS products available in the market?
What is Map message?