vert-x3 / vertx-amqp-client

An AMQP client for Vert.x
Apache License 2.0
17 stars 18 forks source link

add ability to set capabilities on the sender target terminus #50

Closed gemmellr closed 4 years ago

gemmellr commented 4 years ago

The receiver options currently allow specifying capabilities to set on its source terminus details while attaching the receiver. This can be useful for using certain consumer funtionality (e.g shared subs), or for adding hints to influence a particular servers behaviour if it might choose to auto-create a node when none yet exists at the given address (e.g, indicating desire for a queue or a topic).

This PR adds the equivalent support for a sender to have particular capabilities set in its target terminus details during attach.

gemmellr commented 4 years ago

Backported to 3.9 in https://github.com/vert-x3/vertx-amqp-client/commit/878f2aac80f5f23a83265d376d49a8239f38f157