Diagram

Elements

ConnectionJNDI
References Notes

Using of a JNDI properties file to create a JNDI IntialContextFactory.

Sample content of the JDNI properties file for ActiveMQ:

  • java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
  • java.naming.provider.url=tcp://host:61616
file
Path to the JNDI properties file.
lookup_name
Name to lookup JMS connection factory objects.
Element Type Required Description
Attribute: file NMTOKEN
Required Path to the JNDI properties file.
Attribute: lookup_name anySimpleType
  • Fixed: ConnectionFactory
Optional Name to lookup JMS connection factory objects.