You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2011/08/16 17:01:29 UTC

[jira] [Created] (QPID-3425) Using create mode (e.g. for x-bindings) with standard exchanges does not work

Using create mode (e.g. for x-bindings) with standard exchanges does not work
-----------------------------------------------------------------------------

                 Key: QPID-3425
                 URL: https://issues.apache.org/jira/browse/QPID-3425
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: 0.10, 0.12
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: 0.13


E.g. use the following with spout (where my-queue already exists):

  amq.direct;{create: always, node:{type: topic, x-bindings:[{exchange:'amq.direct', queue: 'my-queue', key: 'key' }]}}

results in:

  Create failed for exchange amq.direct; not-allowed: not-allowed: Exchange names beginning with "amq." or "qpid." are reserved. (exchange="amq.direct")


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3425) Using create mode (e.g. for x-bindings) with standard exchanges does not work

Posted by "Gordon Sim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-3425.
------------------------------

    Resolution: Fixed

> Using create mode (e.g. for x-bindings) with standard exchanges does not work
> -----------------------------------------------------------------------------
>
>                 Key: QPID-3425
>                 URL: https://issues.apache.org/jira/browse/QPID-3425
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.10, 0.12
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.13
>
>
> E.g. use the following with spout (where my-queue already exists):
>   amq.direct;{create: always, node:{type: topic, x-bindings:[{exchange:'amq.direct', queue: 'my-queue', key: 'key' }]}}
> results in:
>   Create failed for exchange amq.direct; not-allowed: not-allowed: Exchange names beginning with "amq." or "qpid." are reserved. (exchange="amq.direct")

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org