Re: Per-transportconnector authentication

2011-12-05 Thread RonK
nabble.com/Per-transportconnector-authentication-tp3752107p4159985.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Per-transportconnector authentication

2011-12-01 Thread RonK
1234. Is there any other way to find out which configured transport connector corresponds to a vm-connector? -- View this message in context: http://activemq.2283324.n4.nabble.com/Per-transportconnector-authentication-tp3752107p4129516.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Per-transportconnector authentication

2011-08-18 Thread John Fletcher
I had a look at the code. I think it would be a valid and useful feature. The tricky thing is where to configure it. Configure an auth plugin to reference a certain transportconnector? Or configure a transportconnector to reference a certain auth plugin? The latter seems more logical from a useabi

Re: Per-transportconnector authentication

2011-08-18 Thread Dejan Bosanac
We don't have that at the moment. The closest thing there is to that is Jaas dual plugin, which uses certificates to authenticate ssl connections and user/pass for plain ones. It shouldn't be hard to implement it. If you want to give it a try take a look at current plugins https://fisheye6.atlass

Per-transportconnector authentication

2011-08-18 Thread John Fletcher
I have an ActiveMQ instance with transport connectors as follows: Is it possible to require authentication on the ssl connector but allow anonymous authentication on the local connector? I don't have complicated authorisation rules, I could just give admin access to anyone who successfully conne