DEVFYI - Developer Resource - FYI

What is the difference between topic and queue?

JMS Interview Questions and Answers


(Continued from previous question...)

39. What is the difference between topic and queue?

A topic is typically used for one to many messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i.e. it supports Point to Point Messaging.

(Continued on next question...)

Other Interview Questions