summaryrefslogtreecommitdiff
path: root/librabbitmq/codegen.py
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2014-10-19 13:10:13 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2014-10-19 13:10:13 -0700
commit9626dd5cd5f78894f1416a1afd2d624ddd4904ae (patch)
tree55540078f96ea519c239f5710c2a0b05af5f8218 /librabbitmq/codegen.py
parent2340b039f029f3b8101a164d3bcd547be1106906 (diff)
downloadrabbitmq-c-9626dd5cd5f78894f1416a1afd2d624ddd4904ae.tar.gz
Enable auto_delete & internal for exchange.declaredeclare_xchg_parms
Enable auto_delete and internal parameters of amqp_exchange_declare() in codegen. These were once not generated because RabbitMQ did not support these parameters. The broker now supports these and so should we. This fixes #218
Diffstat (limited to 'librabbitmq/codegen.py')
-rw-r--r--librabbitmq/codegen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/librabbitmq/codegen.py b/librabbitmq/codegen.py
index 6611716..510a071 100644
--- a/librabbitmq/codegen.py
+++ b/librabbitmq/codegen.py
@@ -225,7 +225,6 @@ apiMethodInfo = {
"amqp_channel_open": ["out_of_band"],
"amqp_channel_close": False, # needs special handling
"amqp_access_request": False, # huh?
- "amqp_exchange_declare": ["auto_delete", "internal"],
"amqp_basic_get": False, # get-ok has content
}