Skip to content

Comments

ARTEMIS-5911 Ensure core federation ignores AMQP federation configura…#6249

Open
tabish121 wants to merge 1 commit intoapache:mainfrom
tabish121:ARTEMIS-5911
Open

ARTEMIS-5911 Ensure core federation ignores AMQP federation configura…#6249
tabish121 wants to merge 1 commit intoapache:mainfrom
tabish121:ARTEMIS-5911

Conversation

@tabish121
Copy link
Contributor

…tion

When parsing the Core federation XML elements we need to ensure that AMQP broker connections with federation configuration does not get picked up as that creates empty configuration entries in the broker configuration.

@tabish121 tabish121 marked this pull request as draft February 24, 2026 23:03
…tion

When parsing the Core federation XML elements we need to ensure that AMQP broker
connections with federation configuration does not get picked up as that creates
empty configuration entries in the broker configuration.
@tabish121 tabish121 marked this pull request as ready for review February 25, 2026 00:21
Comment on lines +673 to +677
final FederationConfiguration configuration2 = federations.get("federation3");

assertEquals(2, configuration2.getUpstreamConfigurations().size());
assertEquals(0, configuration2.getDownstreamConfigurations().size());
assertEquals(1, configuration2.getTransformerConfigurations().size());
Copy link
Member

Choose a reason for hiding this comment

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

C&P error? Looks to be checking the wrong config, federation3 instead of federation2.

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