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
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
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
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
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
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