Re: Max number of queues per user

2018-01-19 Thread Gordon Sim
On 19/01/18 12:20, Michael Ivanov wrote: Is it possible to find out where user/password has to be used instead of user:password? Proton does not accept the syntax with slash. Can I assume that '/' is to be used on command line for utilities like qpid-stat, qpid-config etc and in all other cases

Re: Max number of queues per user

2018-01-19 Thread Michael Ivanov
Thanks for your help. Is it possible to find out where user/password has to be used instead of user:password? Proton does not accept the syntax with slash. Can I assume that '/' is to be used on command line for utilities like qpid-stat, qpid-config etc and in all other cases delimiter is ':'? B

Re: Max number of queues per user

2018-01-18 Thread Gordon Sim
On 18/01/18 15:23, Michael Ivanov wrote: Great, it (almost) works! Many thanks! There's still one problem remains. When I turn auth off, then user is considered to be anonymous, even when I specify user explicitly in broker url. You can force the mechanism with the --sasl-mechanism option to

Re: Max number of queues per user

2018-01-18 Thread Michael Ivanov
ichael Ivanov" >> To: users@qpid.apache.org >> Sent: Thursday, January 18, 2018 4:53:18 AM >> Subject: Max number of queues per user >> >> Greetings! >> >> I'm trying to limit max nummber of queues that user can create. >> I turned on authen

Re: Max number of queues per user

2018-01-18 Thread Chuck Rolke
uld help expose the workings that arrive at this result. - Original Message - > From: "Michael Ivanov" > To: users@qpid.apache.org > Sent: Thursday, January 18, 2018 4:53:18 AM > Subject: Max number of queues per user > > Greetings! > > I'm trying to l

Max number of queues per user

2018-01-18 Thread Michael Ivanov
Greetings! I'm trying to limit max nummber of queues that user can create. I turned on authentication, started qpidd with --max-queues-per-user 4 option and then create queues using following command: qpid-config -b amqps://username@hostname:5671 add queue Qn where n = 1, 2, 3, etc. I expect