How to define RulesBased ACLs

2018-01-16 Thread bryand
I'm using qpid-broker-j-7.0.0 and can't find anything in the documentation (https://qpid.apache.org/releases/qpid-broker-j-7.0.0/book/Java-Broker-Security-AccessControlProviders.html) for how to define rule based ACLs. -- Sent from:

[ANNOUNCE] Apache Qpid Proton-J 0.25.0 released

2018-01-16 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid Proton-J 0.25.0. Apache Qpid Proton-J is a messaging library for the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It can be used in a wide

Re: Java Broker performance

2018-01-16 Thread Keith W
Hi Tomas, The work for QPID-8032 is done on master. If you could repeat your test-case with Broker-J compiled for master and let us know how performance changes (improves, hopefully a lot). Once I have heard back from you I'll look to have this included in a 7.0.1 very soon. Kind regards,

Re: Status monitoring

2018-01-16 Thread Daniel Gavrila
Hello, I have a last value queue and I would like to implement a proton C++ client that read the whole queue in browse mode and exit gracefully. How can I get the event that there are no more messages in the queue? Is it possible with proton API to get the queue size ? Best regards, Daniel