Description
When creating a receiver link from a client the only way currently to adjust the consumer priority on the broker is to set a value in the receiver properties to indicate the desired priority. For some client AMQP client libraries this is not simple or not possible in the provided API. To solve this we can add support for parsing URI type options from the source address of the receiver attach and look for the option "consumer-priority" which is also used by the Core client to configure consumer priority (Openwire clients can do the same via an openwire client property "consumer.priority").
This updates the client receiver attach to extract properties from the address the source which have the form:
address?consumer-priority=1
Attachments
Issue Links
- links to