-
Notifications
You must be signed in to change notification settings - Fork 86
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
API does not have exchange to exchange binding #55
Comments
also no delete binding. |
` def delete_binding_exchange(self, vhost, exchange_source, exchange_destination, properties_key="~"):
|
` def create_binding_exchange(self, vhost, exchange_source, exchange_destination, properties_key="", args=None):
|
I forgot to add the urls |
please also add: ` def create_policy(self, vhost, name, pattern, apply_to, definition):
` ,'policies': 'policies/%s/%s' |
I'm a bit late to this party, but I have a fork that adds exchange to exchange bindings at https://github.com/chaos95/pyrabbit |
Yeap.. A bit. Can you make the change on yours? |
I'll take a crack at it; give me a day or two :) |
No worries
…On Tue, Jun 26, 2018, 08:17 Morgan Larosa ***@***.***> wrote:
I'll take a crack at it; give me a day or two :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeOSt0NxyQjUynRgtqz8_ey8lZs6FSE2ks5uAcPQgaJpZM4POHv6>
.
|
ie.
/api/bindings/[VHOST]/e/[SourceExchange]/e/[TargetExchange]
JSON
{"vhost":"vhostname","source":"SourceExchange","destination_type":"e","destination":"TargetExchange","routing_key":"","arguments":{}}
The text was updated successfully, but these errors were encountered: