You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Pavel Moravec (Created) (JIRA)" <ji...@apache.org> on 2012/03/06 16:53:54 UTC

[jira] [Created] (QPID-3887) x-declare parameters in address string are worth to be listed/described

x-declare parameters in address string are worth to be listed/described
-----------------------------------------------------------------------

                 Key: QPID-3887
                 URL: https://issues.apache.org/jira/browse/QPID-3887
             Project: Qpid
          Issue Type: Improvement
          Components: Documentation
    Affects Versions: 0.14
            Reporter: Pavel Moravec
            Priority: Minor


Programming in Apache Qpid (or any other doc / wiki I search) has no word about particular parameters we can specify in x-declare map in address string. Only a note that "values correspond to the valid fields on an AMQP 0-10 queue-declare or exchange-declare command. ".

I think it is worth to put those params to Programming in Apache Qpid also, as a developer is not required to read AMQP specification to understand that these params are available:

auto-delete: boolean specifies auto-delete-ness of the queue/exchange
exclusive: boolean specifying exclusiveness of the queue/exchange
alternate-exchange: alternate exchange where messages shall be routed to when this queue is deleted / the exchange fails to find a matching bind for a message
arguments: a nested map with arguments available specifically for the queue / exchange (link to https://cwiki.apache.org/confluence/display/qpid/Qpid+extensions+to+AMQP is worth to provide)

A table similar to "Table 2.3. Link Properties" would be great to be created.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org