diff options
| author | Ted Ross <tross@apache.org> | 2008-10-24 15:12:53 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-10-24 15:12:53 +0000 |
| commit | c1c0020001879493aee524951eedb1d1d9c97c04 (patch) | |
| tree | 4bc15def520346306650dec556e95a668e194ec1 /qpid/cpp | |
| parent | 7a02ca5248d19129cfe4086f57a5212051272f88 (diff) | |
| download | qpid-python-c1c0020001879493aee524951eedb1d1d9c97c04.tar.gz | |
Added exchange options to qpid-config
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/Exchange.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/Exchange.cpp b/qpid/cpp/src/qpid/broker/Exchange.cpp index f437946194..442246d971 100644 --- a/qpid/cpp/src/qpid/broker/Exchange.cpp +++ b/qpid/cpp/src/qpid/broker/Exchange.cpp @@ -105,6 +105,7 @@ Exchange::Exchange(const string& _name, bool _durable, const qpid::framing::Fiel if (agent != 0) { mgmtExchange = new _qmf::Exchange (agent, this, parent, _name, durable); + mgmtExchange->set_arguments(args); if (!durable) { if (name == "") agent->addObject (mgmtExchange, 0x1000000000000004LL); // Special default exchange ID |
