diff options
| author | Ted Ross <tross@apache.org> | 2008-10-10 19:24:40 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-10-10 19:24:40 +0000 |
| commit | 792e46cad9a978c0d297c245772e57c0759cec31 (patch) | |
| tree | bb227f31c63eac3e9e27c951917c129c4e1b682f /cpp/src/qpid/broker/Link.cpp | |
| parent | f1935bda5aa75a139330a4b1e976c99536c6c04f (diff) | |
| download | qpid-python-792e46cad9a978c0d297c245772e57c0759cec31.tar.gz | |
QPID-1349 - Push routing for federation (includes hook for dynamic routing)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Link.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Link.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Link.cpp b/cpp/src/qpid/broker/Link.cpp index f80e6078de..02c8833541 100644 --- a/cpp/src/qpid/broker/Link.cpp +++ b/cpp/src/qpid/broker/Link.cpp @@ -353,7 +353,8 @@ Manageable::status_t Link::ManagementMethod (uint32_t op, management::Args& args std::pair<Bridge::shared_ptr, bool> result = links->declare (host, port, iargs.i_durable, iargs.i_src, iargs.i_dest, iargs.i_key, iargs.i_srcIsQueue, - iargs.i_srcIsLocal, iargs.i_tag, iargs.i_excludes); + iargs.i_srcIsLocal, iargs.i_tag, iargs.i_excludes, + iargs.i_dynamic); if (result.second && iargs.i_durable) store->create(*result.first); |
