[
https://issues.apache.org/jira/browse/QPID-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell updated QPID-4261:
---------------------------------
Attachment: 0002-WIP-extend-BindingURL-to-allow-specifying-exchange.patch
0001-WIP-move-0-8-9-9-1-specific-queue-declare-method-in.patch
Attaching a couple of work-in-progress patches.
The first does a little bit of cleanup, the second adds some new exchange
properties/getters (exchangedurable, exchangeautodelete) to AMQBindingURL and
AMQDestination along with unit tests to verify their behaviour.
Still to do: wire up use of the new getters on AMQDestination during the
producer/consumer creation when the ExchangeDeclares are sent.
> [Java client] add options to Binding URLs to allow specifying exchange
> properties when using custom exchanges
> -------------------------------------------------------------------------------------------------------------
>
> Key: QPID-4261
> URL: https://issues.apache.org/jira/browse/QPID-4261
> Project: Qpid
> Issue Type: Improvement
> Components: Java Client
> Reporter: Robbie Gemmell
> Fix For: 0.19
>
> Attachments:
> 0001-WIP-move-0-8-9-9-1-specific-queue-declare-method-in.patch,
> 0002-WIP-extend-BindingURL-to-allow-specifying-exchange.patch
>
>
> Add options to Binding URLs to allow specifying exchange properties when
> using custom exchanges.
> When using AMQP 0-8/0-9/0-9-1 it is necessary to use the BindingURL
> destination format. Due to the clients historic silo'd use of the mandatory
> amq.direct and amq.topic for Queues and Topics respectively, the BindingURL
> syntax doesn't provide any means to specify the properties of the exchanges
> for which the client implicitly sends exchange-declare commands during
> producer/consumer creation. This severely limits the clients ability to use
> custom exchanges and interact with systems which already do.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]