What is the difference between queue and topic ?



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

Post New Answer

More JMS Interview Questions

Mention the difference between durable and non-durable subscription?

0 Answers  


What is jms producer?

0 Answers  


What is the number of messaging models available on jms?

0 Answers  


What is Byte Message ?

1 Answers  


Is jms a protocol?

0 Answers  






Explain about point to point?

0 Answers  


What is the difference between topic and queue?

1 Answers  


What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?

1 Answers  


Explain about Connection interface?

0 Answers  


For sending messages through JMS, what encryption options are there?

0 Answers  


What are the components of JMS?

0 Answers  


How to send xml message to jms queue using java?

0 Answers  


Categories