Explain the terms broker, provider, and implementation with respect to JMS?
Location: http://www.jguru.com/faq/view.jsp?EID=1116 Created: Nov 17, 1999 Modified: 2000-05-10 07:22:06.162 Author: Jerry Smith (http://www.jguru.com/guru/viewbio.jsp?EID=9) These terms are sometimes used interchangeably. Note, however, that, technically, a JMS implementations is any implementation of the JMS API. Thus, an arbitrary collection of application components could implement the JMS interfaces, and then provide messaging services to its peers. The term provider is quite general and typically would be interpreted as any implementation that provides complete JMS functionality, with either publish/subscribe or point-to-point messaging, or both. Technically, a JMS broker could be, perhaps, any implementation of the messaging brokering services, omitting, for example, certain administrative capabilities. Although the term broker is common, its usage may require a contextual interpretation. In some cases, the entire JMS implementation/server is referred to as a broker; in other ca