Tuesday, November 29, 2011

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.
Category:JMS Interview Questions

No comments:

Post a Comment