Re: Broker to Broker authentication using JAAS fails

2010-05-24 Thread James Casey
Jim, Good to hear it's working. The closeAsync=false won't be necessary to get the SSL bit working, but helps with socket use if you've got lots of clients connecting for a short time. James. On 21 May 2010 21:13, Jim Lloyd wrote: > James, > > I seem to have made a break through. I found that t

Re: Broker to Broker authentication using JAAS fails

2010-05-21 Thread Jim Lloyd
James, I seem to have made a break through. I found that the broker1 & broker2 configuration that you referenced are located in activemq-parent-5.3.2/activemq-core/src/test/resources/org/apache/activemq/security, and after I modified my code to be as close as possible to that configuration, the U

Re: Broker to Broker authentication using JAAS fails

2010-05-21 Thread Jim Lloyd
James, Are you sure this should is fixed in 5.3.1? (You said fix in > 5.3.1, not >= 5.3.1). As it turns out I was using 5.3.0 for the client side (i.e. a 'spoke') for much of this week, but last night I started working on smaller test configuration running on one machine, and my script to start th

Re: Broker to Broker authentication using JAAS fails

2010-05-20 Thread James Casey
Jim, what version of ActiveMQ are you using ? This happened in 5.3 () but should be fixed in > 5.3.1. We have this working in production no problem. I see we express the URL in the NC differently: but that doesn't seem to be the problem.