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

[ADDED] NoEcho feature #150

Merged
merged 2 commits into from
Jul 27, 2018
Merged

[ADDED] NoEcho feature #150

merged 2 commits into from
Jul 27, 2018

Conversation

kozlovic
Copy link
Member

A new option can be set with natsOptions_SetNoEcho() to instruct
the server to not send back messages originating from a connection
to its matching subscriptions.

This requires server to be at version 1.2.0 and above. If the
option is set to true and connection is maded agains an older
server, the connect will fail with error NATS_NO_SERVER_SUPPORT.

Resolves #145

Signed-off-by: Ivan Kozlovic [email protected]

kozlovic added 2 commits July 27, 2018 10:38
A new option can be set with `natsOptions_SetNoEcho()` to instruct
the server to not send back messages originating from a connection
to its matching subscriptions.

This requires server to be at version 1.2.0 and above. If the
option is set to true and connection is maded agains an older
server, the connect will fail with error NATS_NO_SERVER_SUPPORT.

Resolves #145

Signed-off-by: Ivan Kozlovic <[email protected]>
Signed-off-by: Ivan Kozlovic <[email protected]>
@kozlovic kozlovic merged commit 589e2cc into master Jul 27, 2018
@kozlovic kozlovic deleted the add_no_echo_option branch July 27, 2018 18:52
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.

1 participant