Re: [Artemis, Qpid JMS] Connection limit

2016-05-19 Thread Vavricka
me and password works well over TLS. I have mistaken SASL PLAIN with SASL EXTERNAL. I guess SASL EXTERNAL mechanism is still not supported? -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-Qpid-JMS-Connection-limit-tp4711862p4712158.html Sent from the ActiveMQ - Us

Re: [Artemis, Qpid JMS] Connection limit

2016-05-17 Thread Robbie Gemmell
path/to/member.truststore;trustStorePassword=123456 > > users.properties file: > > user1=CN=user1,O=Unknown,L=Unknown,ST=Unknown,C=Unknown > > groups.properties file: > > amq=user1 > > Am I doing everything right to get SSL connection working? > > Vavricka > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Artemis-Qpid-JMS-Connection-limit-tp4711862p4711981.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: [Artemis, Qpid JMS] Connection limit

2016-05-16 Thread Vavricka
1 Am I doing everything right to get SSL connection working? Vavricka -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-Qpid-JMS-Connection-limit-tp4711862p4711981.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

[Artemis, Qpid JMS] Connection limit

2016-05-12 Thread Vavricka
Hi, I am testing Artemis 1.3.0-SNAPSHOT with Qpid JMS 0.9.0 client. I manage to configure restriction for user "user2" by setting below in broker.xml. 5 When I try non-ssl connection, server correctly allow only 5 active connection. When I