| ... This is a quick one page tutorial on how to setup and use JNDI to create a connection to ActiveMQ. The first thing is ActiveMQ does not provide a full JNDI server. This means JMS clients need to use properties files to create a jndi IntialContextFactory. If you need an example properties file, you can look the source distribution httphttps://svngithub.com/apache.org/viewvc/activemq/trunkblob/master/activemq-unit-tests/src/test/resources/jndi.properties?view=markup. Before we proceed, here are the properties. ... |