DEVFYI - Developer Resource - FYI

What is the difference between queue and topic ?

JMS Interview Questions and Answers


(Continued from previous question...)

58. What is the difference between queue and topic ?

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.

(Continued on next question...)

Other Interview Questions