In fact, here is a better explanation:
http://www.onjava.com/pub/a/onjava/excerpt/jms_ch2/index.html?page=3
--
View this message in context:
http://www.nabble.com/ActiveMQ-and-JNDI-LDAP-tp15705463s2354p15723422.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I want to be able to do this:
ConnectionFactory connectionFactory = (ConnectionFactory)
ctx.lookup("cn=QueueConnectionFactory, ou=JMSObjects");
Where ctx is an InitalContext backed by an ldap directory.
i.e. I store in LDAP what ConnectionFactory class to use (ActiveMQs)
Then I can further as
What is the format required to configure the ConnectionFactory and
Destinations(Queues) in LDAP such that my client code can use them.
Sun uses something like:
dn: cn=queueNameBlah,ou=JMSObjects,o=makonetworks.com
objectClass: top
objectClass: javaContainer
objectClass: javaObject
objectClass:
Hi Albert!
>>but maybe we should rather spend some
>>time getting AMQCPP to build as a DLL with VC++ 2005 Express (which is
>>free to use, even for commercial applications) which you can then link
>>into your VS6-compiled applications.
build dll on 2005 goes fine, however, my application on V