Bug 1009982
| Summary: | [amqp1.0] unsupported address string elements | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Petr Matousek <pematous> |
| Component: | Messaging_Programming_Reference | Assignee: | Jared MORGAN <jmorgan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matousek <pematous> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Development | CC: | esammons, gsim, jross, mmurray |
| Target Milestone: | 3.0 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-22 15:28:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Petr Matousek
2013-09-19 16:01:30 UTC
At this point there is no plan to try to map these elements of the address. Any mechanism for doing so would likely be tied to qpidd and the objective behind adding 1.0 support is to allow interoperability with other implementations. The 0-10 path remains supported, so there is no requirement for any application that cannot avoid using these elements to upgrade to AMQP 1.0 (and since they would be tied to qpidd if some scheme was implemented, the value of doing so would in any case be less clear). Delete policies: Instead of using a delete policy, specify the lifetime of the queue when creating it. Link scoped x-declare: Use a topic node (can be creates using qpid-tool or the qpidt utility, though the latter is not shipped) with the desired subscription queue properties configured and the exchange desired. Link scoped x-bindings: Use filters (only works when creating a receiver). Node scoped x-bindings: As for link scoped x-bindings, use filters in the link. If the node is a queue, change it to being the exchange to bind to. Also, though they are supported, create policies are not recommended as they use AMQP 1.0 in a non-standard manner. It is also recommended to only use assert policies for verifying filters and capabilities; i.e. not using assert in an address where node properties are specified as this too uses AMQP 1.0 in a non-standard manner. Finally, though node a scoped x-declare will be translated automatically into a node properties map, direct use of the properties map is encouraged. Incorporated into: http://deathstar1.usersys.redhat.com:3000/builds/19948-Messaging_Programming_Reference/#AMQP_1.0_support_in_MRG-M_3 Gordon, can you please take a look at that and let me know if this information is sufficiently incorporated / covered. Yes, I think so. Also Link scoped x-subscribe element not supported over AMQP 1.0. Content approved. Version-Release number of selected component (if applicable): Messaging Programming Reference - Revision 0.0.0-1 (Mon Nov 04 2013) -> VERIFIED |