diff options
| author | Ken Giusti <kgiusti@apache.org> | 2013-04-11 21:47:40 +0000 |
|---|---|---|
| committer | Ken Giusti <kgiusti@apache.org> | 2013-04-11 21:47:40 +0000 |
| commit | 8b47505e4e783167cd666b7e6f8aca547c9a96e1 (patch) | |
| tree | 1e42ea111b6cf729d046b7650eaad73f579fd91b /cpp/src/qpid/ha/QueueReplicator.cpp | |
| parent | edde6c21a5749a54964b6fa69e8f9bbfb940fc21 (diff) | |
| download | qpid-python-8b47505e4e783167cd666b7e6f8aca547c9a96e1.tar.gz | |
QPID-4728: add 'credit' parameter to Federation Bridge configuration.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1467107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/ha/QueueReplicator.cpp')
| -rw-r--r-- | cpp/src/qpid/ha/QueueReplicator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/ha/QueueReplicator.cpp b/cpp/src/qpid/ha/QueueReplicator.cpp index 6fe49bc1af..dece9dd045 100644 --- a/cpp/src/qpid/ha/QueueReplicator.cpp +++ b/cpp/src/qpid/ha/QueueReplicator.cpp @@ -137,6 +137,7 @@ void QueueReplicator::activate() { "", // excludes false, // dynamic 0, // sync? + LinkRegistry::INFINITE_CREDIT, // Include shared_ptr to self to ensure we are not deleted // before initializeBridge is called. boost::bind(&QueueReplicator::initializeBridge, shared_from_this(), _1, _2) |
