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: javaNamingReference
javaClassName: com.sun.messaging.Queue
javaFactory: com.sun.messaging.naming.AdministeredObjectFactory
javaReferenceAddress: #0#version#3.0
javaReferenceAddress: #1#readOnly#false
javaReferenceAddress: #2#imqDestinationName#nz1Queue
javaReferenceAddress: #3#imqDestinationDescription#A Description 
cn: queueNameBlah

I see ActiveMQ has documented format for Broker information,
http://activemq.apache.org/ldap-broker-discovery-mechanism.html. But I can't
see any for ConnectionFactory or Queues. 

How can I achieve this with ActiveMQ? If it matters, I'm using OpenLDAP.

Thanks,

Andrew
-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-and-JNDI-LDAP-tp15705463s2354p15705463.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to