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