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

AMQP 0-9-1 to AMQP 1.0 federation links #2545

Open
michaelklishin opened this issue Jan 11, 2016 · 1 comment
Open

AMQP 0-9-1 to AMQP 1.0 federation links #2545

michaelklishin opened this issue Jan 11, 2016 · 1 comment

Comments

@michaelklishin
Copy link
Member

There's enough interest in federation working with AMQP 1.0 endpoints. This issue is for gathering feedback on how exactly that should work.

Note: this probably should be a separate plugin.

@uvzubovs
Copy link

Our use-case is to federate between Rabbit and some other AMQP 1.0 compliant broker to bridge disparate systems together across enterprises. Had we had Rabbit everywhere, we would have used the protocol that works best in Rabbit, i.e. 0-9-1.

Since we must assume that the upstream is not Rabbit, you cannot assume there are exchanges, or that you can create internal queues there. Therefore, the upstream must be a queue that would need to be explicitly created on the upstream by the upstream administrator. In the end, though, just as existing federation plug-in works as a fully compliant 0-9-1 client, the new plug-in would work as a fully compliant 1.0 client.

Thank you for considering this!

@dcorbacho dcorbacho transferred this issue from rabbitmq/rabbitmq-federation Nov 16, 2020
@michaelklishin michaelklishin changed the title AMQP 0-9-1 to AMQP 1.0 links AMQP 0-9-1 to AMQP 1.0 federation links Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants