What is a JMS domain?
Location: http://www.jguru.com/faq/view.jsp?EID=1117 Created: Nov 17, 1999 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) There are two possible domains in JMS: (1) the publish/subscribe domain and (2) the point-to-point domain. Not all JMS implementations provide both domans. With the point-to-point domain, clients interact via a message queue. With the publish/subscribe domain clients interact via a node in a content hierarchy, each node representing a topic, or subtopic. These two domains represent different communication strategies.