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

ARTEMIS-4132 AMQP Receiver default to ANYCAST when creating an address #4342

Merged
merged 1 commit into from Jan 23, 2023

Conversation

tabish121
Copy link
Contributor

When an AMQP client subscribes to a new address (non-existing) with a receiver link, the address is created with routing type ANYCAST regardles of the default address creation configuration of the broker, and ignores even the broker wide default of MULTICAST.

Copy link
Member

@gemmellr gemmellr left a comment

Choose a reason for hiding this comment

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

Though I'd really prefer things actually defaulted to anycast as this effectively does for receivers, the described 'different autocreate behaviour if creating sender first' is clearly broken, and the expectation was the address/routing config controls it so making it use that does seem correct.

@tabish121 tabish121 force-pushed the ARTEMIS-4132 branch 2 times, most recently from 7007042 to 362c01e Compare January 23, 2023 17:38
When an AMQP client subscribes to a new address (non-existing) with a receiver link, the
address is created with routing type ANYCAST regardles of the default address creation
configuration of the broker, and ignores even the broker wide default of MULTICAST.
@gemmellr
Copy link
Member

LGTM...started a full test run on it.

@asfgit asfgit merged commit ca66028 into apache:main Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants