Skip to content

API to work with Exchange to Exchange bindings #5

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

Merged
merged 1 commit into from
Aug 22, 2016
Merged

API to work with Exchange to Exchange bindings #5

merged 1 commit into from
Aug 22, 2016

Conversation

skolodyazhnyy
Copy link

@skolodyazhnyy skolodyazhnyy commented Jul 29, 2016

RabbitMQ has a special extension for AMQP protocol which allows you to have bindings between two exchanges (apart of exchange to queue bindings). This feature also available through Management plugin HTTP API. But unfortunately not implemented by this library.

I have added methods to work with exchange-to-exchange bindings.

I like your single word naming convention for API endpoints but I couldn't follow it with exchange-to-exchange bindings. I didn't want to add one more parameter to existing methods, and create heavy API so I just copied methods for exchange-to-queue bindings with Exchange suffix. Not sure if it's the right approach though.

@skolodyazhnyy
Copy link
Author

ping @richardfullmer, can you have a look?

@richardfullmer richardfullmer merged commit 53baf36 into richardfullmer:master Aug 22, 2016
@richardfullmer
Copy link
Owner

Thanks @skolodyazhnyy

@richardfullmer
Copy link
Owner

Tagged as 1.1.0

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