Re: ActiveMQ authorization error with OpenLDAP

2014-02-27 Thread Isuru
So my finding was correct , and it was an issue of not mapping the user properly with the Group. The reason was I have given the full DN path when specifying the user as a member to a Group. Even in all the samples in web what used is the first part of the DN. for an instance rather giving *uid=j

Re: ActiveMQ authorization error with OpenLDAP

2014-02-27 Thread Isuru
y being retrieved as I could understand. Appreciate any sort of assistance here , since this really needs to be completed soon. Thanks Isuru -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-authorization-error-with-OpenLDAP-tp4678364p4678382.html Sent from the

ActiveMQ authorization error with OpenLDAP

2014-02-26 Thread Isuru
(destination); producer.setDeliveryMode(DeliveryMode.NON_PERSISTENT); String text = message+System.currentTimeMillis(); TextMessage message = session.createTextMessage(text); producer.send(message); System.out.println("Message Sent to