Re: ActiveMQ and JNDI/LDAP

2008-02-27 Thread Some user
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.

Re: ActiveMQ and JNDI/LDAP

2008-02-27 Thread Some user
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

ActiveMQ and JNDI/LDAP

2008-02-26 Thread Some user
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:

Re: Licensing and Porting Issue for the CMS (ActiveMQ-CPP) on Visual Studio 6 from Visual Studio 8

2007-05-25 Thread Some user
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