Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SendOptions.retainLink to allow SenderLink to be closed after use #18

Closed
wants to merge 1 commit into from

Conversation

leachbj
Copy link
Contributor

@leachbj leachbj commented Sep 11, 2015

The SendOptions.retainLink is now used to determine if the SenderLink
is retained after sending the outbound message. By default the Link
will be retained to avoid re-creating the Link on subsequent messages
to the same destination. Setting the value to false is useful for
'one-off' topics to allow the Link to be closed and resources released.

The SendOptions.retainLink is now used to determine if the SenderLink
is retained after sending the outbound message.  By default the Link
will be retained to avoid re-creating the Link on subsequent messages
to the same destination.  Setting the value to false is useful for
'one-off' topics to allow the Link to be closed and resources released.
@dnwe dnwe closed this in 5d68706 Sep 14, 2015
@dnwe
Copy link
Contributor

dnwe commented Sep 14, 2015

👍 many thanks for this @leachbj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants