JMS links

http://yuxisanren.iteye.com/blog/1912587

http://somebody-hjh.iteye.com/blog/726050

http://docs.oracle.com/cd/E19798-01/821-1841/6nmq2cpoq/index.html

http://blog.csdn.net/superick/article/details/23432161

The JMS client establishes its connection with the provider based on configuration information contained in a ConnectionFactory object and identifies the location where a message is to be sent to or retrieved from based on the attributes of a Destination object. These definition objects are retrieved from a JNDI namespace and are called administered objects.

The ConnectionFactory is created external to the application (using a provider-specific administration tool) and stored by a naming and directory service from which it is retrieved using Java Naming and Directory Interface (JNDI).

The JMS specification establishes the convention that JMS administered objects should be defined and stored by an administrator in a JNDI namespace from where they can be retrieved by the JMS client. 

原文地址:https://www.cnblogs.com/chayu3/p/4242272.html