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 | a482cc67a7764ca791084283c0076b0397f6e153 (patch) | |
| tree | d3f389bda1087fb29524da7b817d27dd86312af1 /cpp/src | |
| parent | f5997e515738fabd366a90d4352bfe7d9d60abb6 (diff) | |
| download | qpid-python-a482cc67a7764ca791084283c0076b0397f6e153.tar.gz | |
Added exchange options to qpid-config
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/broker/Exchange.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/Exchange.cpp b/cpp/src/qpid/broker/Exchange.cpp index f437946194..442246d971 100644 --- a/cpp/src/qpid/broker/Exchange.cpp +++ b/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 |
