I know little about the Python client but I recalled seeing something
mentioned along these lines. After a bit of searching I'm thinking
this looks like https://issues.apache.org/jira/browse/QPID-6326 ?

It hasn't made it into a release yet and the JIRA isnt marked
resolved, but there is a commit against it so trying the code from
trunk (or seeing if the patch applies to what you are using) to see if
it helps might be an idea.

Robbie

On 8 January 2016 at 11:06, Chris Richardson <[email protected]> wrote:
> Hi,
>
> Can you please give me some help with the address syntax for specifying
> node type in amqp 0.10? What I've tried is
> queue-name; {node: {type: queue}}
> but if I understand correctly this is an amqp 1.0 syntax...?
>
> I've tried various combinations of x-declare, x-subscribe and x-bindings
> but haven't managed to strike gold yet.
>
> Background:
> The problem I'm having is very similar to this one Jakub helped me with
> recently:
> http://qpid.2158936.n2.nabble.com/AMQP-1-0-appears-to-access-exchange-as-queue-even-after-successful-ACL-match-td7633652.html
> only now I'm using the python client (so amqp-0.10 instead of amqp1.0) and
> I'm trying to avoid the subscription process attempting to access my queue
> name as an exchange rather than visa versa.
>
> Any help very much appreciated!
>
> --
>
> *Chris Richardson*, System Architect
> [email protected]
>
>
> *FourC AS, Vestre Rosten 81, Trekanten, NO-7075 Tiller, Norwaywww.fourc.eu
> <http://www.fourc.eu/>*
>
> *Follow us on LinkedIn <http://bit.ly/fourcli>, Facebook
> <http://bit.ly/fourcfb>, Google+ <http://bit.ly/fourcgp> and Twitter
> <http://bit.ly/fourctw>!*

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to