Hey Joe,

This sounds again weird to me, but probably it's because I never went into
the details of JNDI. 
So if I specify a properties file like that:

java.naming.factory.initial =
org.apache.activemq.jndi.ActiveMQInitialContextFactory
java.naming.provider.url = tcp://localhost:61616
connectionFactoryNames = WeirdNameConnectionFactory
queue.MyQueue = TESTQUEUE


The "WeirdNameConnectionFactory" is going to be available and alive only
while the application that uses it is alive? Meaning that because ActiveMQ
does not provide a JNDI Server, there is physically no place where to store
this Connection Factory in a persistent manner?

Am I right?  

Cheers,
Eugene. 

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/JNDI-and-ActiveMQ-tp3431031p3432679.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to