JMS Examples: Instantiate JMS Objects Directly

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 165

This topic has not yet been written. The content below is from the topic description.
11.1.17. Instantiate JMS Objects Directly Usually, JMS Objects such as ConnectionFactory, Queue and Topic instances are looked up from JNDI before being used by the client code. This objects are called "administered objects" in JMS terminology. However, in some cases a JNDI server may not be available or desired. To come to the rescue HornetQ also supports the direct instantiation of these administered objects on the client side so you don't have to use JNDI for JMS.