summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-09-11 23:46:30 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-09-11 23:46:30 +0100
commite4b0943d629722a36f56ca8277d808c081e9c1ab (patch)
treec4880f3f49ca9c34a193fd00d06aa7b29a729017
parent6cfbb9f636c23850195490664cb2e36008128ae4 (diff)
downloadrabbitmq-codegen-e4b0943d629722a36f56ca8277d808c081e9c1ab.tar.gz
Implement exchange-to-exchange bindings
-rw-r--r--amqp-rabbitmq-0.9.1.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/amqp-rabbitmq-0.9.1.json b/amqp-rabbitmq-0.9.1.json
index 2342204..f01d51b 100644
--- a/amqp-rabbitmq-0.9.1.json
+++ b/amqp-rabbitmq-0.9.1.json
@@ -224,7 +224,31 @@
"synchronous" : true},
{"id": 21,
"arguments": [],
- "name": "delete-ok"}],
+ "name": "delete-ok"},
+ {"id": 30,
+ "arguments": [{"type": "short", "name": "ticket", "default-value": 0},
+ {"type": "shortstr", "name": "destination"},
+ {"type": "shortstr", "name": "source"},
+ {"type": "shortstr", "name": "routing-key", "default-value": ""},
+ {"type": "bit", "name": "nowait", "default-value": false},
+ {"type": "table", "name": "arguments", "default-value": {}}],
+ "name": "bind",
+ "synchronous" : true},
+ {"id": 31,
+ "arguments": [],
+ "name": "bind-ok"},
+ {"id": 40,
+ "arguments": [{"type": "short", "name": "ticket", "default-value": 0},
+ {"type": "shortstr", "name": "destination"},
+ {"type": "shortstr", "name": "source"},
+ {"type": "shortstr", "name": "routing-key", "default-value": ""},
+ {"type": "table", "name": "arguments", "default-value": {}}],
+ "name": "unbind",
+ "synchronous" : true},
+ {"id": 51,
+ "arguments": [],
+ "name": "unbind-ok"}
+ ],
"name": "exchange"
},
{