You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2011/04/08 22:13:05 UTC

[jira] [Commented] (QPID-3194) alternate-exchange (in x-declare part of address) does not work from JMS

    [ https://issues.apache.org/jira/browse/QPID-3194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017627#comment-13017627 ] 

Rajith Attapattu commented on QPID-3194:
----------------------------------------

The c++ client and python client is using "alternative-exchange" as the keyword.
The java client is using "alt-exchange", which is the primary reason why the alternative exchange is not set properly when using the above addresses.

> alternate-exchange (in x-declare part of address) does not work from JMS
> ------------------------------------------------------------------------
>
>                 Key: QPID-3194
>                 URL: https://issues.apache.org/jira/browse/QPID-3194
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: 0.10
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>            Priority: Minor
>             Fix For: 0.11
>
>
> If the alternate-exchange option is specified in queue or exchange creation via
> JMS, the alternate exchange is ignored.
> Steps to Reproduce:
> 1. Start a broker
> 2. Run the Java spout example:
> ./runSample.sh org.apache.qpid.example.Spout
> "test-queue;{create:always,node:{type:queue,x-declare:{alternate-exchange:amq.fanout}}}"
> ./runSample.sh org.apache.qpid.example.Spout
> "test-exchange;{create:always,node:{type:topic,x-declare:{alternate-exchange:amq.fanout}}}"

--
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