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.
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.