Skip to content

Add Exchange-to-Exchange binding for RabbitMQ#2270

Merged
jeremydmiller merged 6 commits intoJasperFx:mainfrom
Demivan:main
Mar 9, 2026
Merged

Add Exchange-to-Exchange binding for RabbitMQ#2270
jeremydmiller merged 6 commits intoJasperFx:mainfrom
Demivan:main

Conversation

@Demivan
Copy link
Contributor

@Demivan Demivan commented Mar 7, 2026

No description provided.

Demivan added 2 commits March 7, 2026 20:30
Enables binding exchanges to other exchanges using RabbitMQ's ExchangeBindAsync/ExchangeUnbindAsync APIs, supporting routing topologies like fan-out hierarchies and message filtering chains.
@jeremydmiller
Copy link
Member

@Demivan Hey, this looks good, but can you add an end to end or at least a smoke test that uses Rabbit MQ instead of the mock calls? And a note about this in the docs too?

Demivan added 4 commits March 8, 2026 16:02
Ensure source exchanges are declared before creating exchange-to-exchange
bindings, since ExchangeBindAsync requires both exchanges to exist in
RabbitMQ.
Verify messages flow through exchange-to-exchange bindings with real
RabbitMQ using both the fluent BindExchange().ToExchange() API and the
DeclareExchange() configuration path.
@Demivan
Copy link
Contributor Author

Demivan commented Mar 8, 2026

@jeremydmiller Done. I have actually found a bug

@jeremydmiller
Copy link
Member

jeremydmiller commented Mar 9, 2026

@Demivan Hey, is this ready to go? Or, nevermind, I'll pull it in and fix anything I find, I've got this

@jeremydmiller jeremydmiller merged commit 140facf into JasperFx:main Mar 9, 2026
5 of 10 checks passed
@Demivan
Copy link
Contributor Author

Demivan commented Mar 9, 2026

Sorry if I did not make it clear. I have found and fixed the bug )

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