Re: [VOTE] Release Qpid Proton 0.11.0

2015-11-12 Thread aconway
On Wed, 2015-11-11 at 07:53 -0500, Justin Ross wrote: > The artifacts proposed for release are here: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.11.0-rc2/ > > Please indicate your vote below. If you favor releasing the 0.11.0 > RC 2 > bits as 0.11.0 GA, vote +1. If you have rea

Re: AMQP 1.0 appears to access exchange as queue even after successful ACL match

2015-11-12 Thread Chris Richardson
That works! Brilliant, many thanks. I thought I'd thought of everything :p On 12 November 2015 at 14:50, Jakub Scholz wrote: > I think you have to use topic instead of exchange in the address, e.g.: > test.topic; { node: { type: topic} } > > That should get your client working. > > J. > > On Th

Re: AMQP 1.0 appears to access exchange as queue even after successful ACL match

2015-11-12 Thread Jakub Scholz
I think you have to use topic instead of exchange in the address, e.g.: test.topic; { node: { type: topic} } That should get your client working. J. On Thu, Nov 12, 2015 at 3:29 PM, Chris Richardson wrote: > test.topic;{node:{type:exchange}} >

AMQP 1.0 appears to access exchange as queue even after successful ACL match

2015-11-12 Thread Chris Richardson
Hi, I'd like to tentatively suggest there may be a bug in the process of qpid-send transferring a message to a broker using AMQP 1.0. This has come to light because I'm using a fairly locked-down ACL which is intended to allow clients only exactly the access they require. The simplified situation