[VOTE] Release Apache Qpid Proton-J 0.33.10

2021-10-14 Thread Robbie Gemmell
Hi folks, I have put together a spin for a Qpid Proton-J 0.33.10 release, please test it and vote accordingly. The files can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.33.10-rc1/ The maven artifacts are staged for now at:

Re: How to authenticate ServiceBus with RBAC?

2021-10-14 Thread Robbie Gemmell
On Wed, 13 Oct 2021 at 19:20, A K wrote: > > Hi Team, > > > > We got requirement to Authenticate ServiceBus with RBAC(role-based access > control). At this moment this feature is not supported by Qpid JMS, but > this is supported by Microsoft SDK which internally uses Qpid Proton > library. > > >

Re: Python BlockingReceiver accept() fails when used with qpidd broker

2021-10-14 Thread Gordon Sim
This is because you are setting 'examples' to be a topic exchange, and so the messages sent are pre-settled by default (which the example application is not checking before trying to accept). The example is a simple one intended to work with a queue (or queue like thing). On Wed, Oct 13, 2021 at