Skip to content

ARTEMIS-5953 Allow address federation bindings to group under a wildcard#6296

Open
tabish121 wants to merge 1 commit intoapache:mainfrom
tabish121:amqp-federation-wildcard-subscriptions
Open

ARTEMIS-5953 Allow address federation bindings to group under a wildcard#6296
tabish121 wants to merge 1 commit intoapache:mainfrom
tabish121:amqp-federation-wildcard-subscriptions

Conversation

@tabish121
Copy link
Contributor

Add configuration that enables the address federation policy matches to define if a remote wildcard address will be used to host the address receiver bindings for the matching addresses if the match value is itself a wildcard. This can be useful if federating large numbers of addresses that have low traffic as it reduces the number of addresses that need to exist on the remote federation target at the expense of higher CPU load on the target in order to route messages to the appropriate wildcard bindings for the matched addresses. The default value will be false and the federation receiver address bindings will be attached to the matching addresses on the remote as they always have. When enabled the remote broker must have wildcard routing enabled for this feature to work correctly.

Add configuration that enables the address federation policy matches to define if
a remote wildcard address will be used to host the address receiver bindings for
the matching addresses if the match value is itself a wildcard. This can be useful
if federating large numbers of addresses that have low traffic as it reduces the
number of addresses that need to exist on the remote federation target at the
expense of higher CPU load on the target in order to route messages to the
appropriate wildcard bindings for the matched addresses. The default value will
be `false` and the federation receiver address bindings will be attached to the
matching addresses on the remote as they always have. When enabled the remote
broker must have wildcard routing enabled for this feature to work correctly.
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