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

PROTON-2202 [go] Add ability to set capability on the terminus struct #235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

d98762625
Copy link
Contributor

We found that we needed to be able to set capabilities on the terminus struct, otherwise we couldn't share queues.

This PR adds a getter and setter for capabilities on the terminus struct.

@@ -32,13 +32,6 @@ func ExampleParseURL() {
"amqps://host",
"/path",
"",
":1234",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this invalid case and the commented out ones, as per the comment on this PR

@jiridanek jiridanek changed the title [go] Add ability to set capability on the terminus struct PROTON-2202 [go] Add ability to set capability on the terminus struct Apr 28, 2020
@jiridanek jiridanek self-assigned this May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants