Thx Joe - really helpful.
Cheers,
Eugene.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/JNDI-and-ActiveMQ-tp3431031p3435404.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Yep, the JNDI properties file is the only place where it is persisted. The
factory is available to any client that uses the properties file.
-
Joe
http://www.ttmsolutions.com/
--
View this message in context:
http://activemq.2283324.n4.nabble.com/JNDI-and-ActiveMQ-tp3431031p3433176.html
Se
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
connectionFa
Last I looked, ActiveMQ does not include a JNDI server. However, you can set
one up via an LDAP service provider like Apache DS. See the following post.
http://activemq.2283324.n4.nabble.com/Howto-setup-JNDI-Federation-td2368283.html#a2368284
Joe
-
Joe
http://www.ttmsolutions.com/
--
View th
Ok, thx for the link but I've really seen that. Here are my issues actually :
1. Suppose I have a JMS Producer and create a Connection Factory with the
help of the properties file.
2. When I create the JMS Consumer it means I have to carry the properties
file with me every time and set in the CLA
http://activemq.apache.org/jndi-support.html
On Apr 6, 2011, at 9:27 AM, Eugene wrote:
> Hey,
>
> Most probably a newbie question, so please stay with me. :)
>
> I have been working for some time with openMQ and Webshphere MQ and with
> JMS.
> Right now have to switch to ActiveMQ and the docume