读书人

JMS构造

发布时间: 2014-01-09 23:07:34 作者: rapoo

JMS结构
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? JMS结构模型

?

1.ConnectionFactory

?

A?ConnectionFactory?object encapsulates a set of connection configuration parameters that has been defined by an administrator. A client uses it to create a connection with a JMS provider.

A?ConnectionFactory?object is a JMS administered object and supports concurrent use.

JMS administered objects are objects containing configuration information that are created by an administrator and later used by JMS clients. They make it practical to administer the JMS API in the enterprise.

Although the interfaces for administered objects do not explicitly depend on the Java Naming and Directory Interface (JNDI) API, the JMS API establishes the convention that JMS clients find administered objects by looking them up in a JNDI namespace.

An administrator can place an administered object anywhere in a namespace. The JMS API does not define a naming policy.

It is expected that JMS providers will provide the tools an administrator needs to create and configure administered objects in a JNDI namespace. JMS provider implementations of administered objects should be both?javax.jndi.Referenceable?and?java.io.Serializable?so that they can be stored in all JNDI naming contexts. In addition, it is recommended that these implementations follow the JavaBeansTM?design patterns.

This strategy provides several benefits:

读书人网 >软件架构设计

热点推荐