From b9a77d5a5d482a7a9828f64c4d06def816997f16 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 10 Mar 2009 22:48:51 +0000 Subject: QPID-1724: Allow replication events to be shared across multiple federations bridges. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752290 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/replication/ReplicationExchange.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/replication/ReplicationExchange.cpp') diff --git a/cpp/src/qpid/replication/ReplicationExchange.cpp b/cpp/src/qpid/replication/ReplicationExchange.cpp index 88c94ad7ba..29cdf21bc6 100644 --- a/cpp/src/qpid/replication/ReplicationExchange.cpp +++ b/cpp/src/qpid/replication/ReplicationExchange.cpp @@ -102,6 +102,7 @@ void ReplicationExchange::handleDequeueEvent(const FieldTable* args) bool ReplicationExchange::isDuplicate(const FieldTable* args) { + if (!args->get(REPLICATION_EVENT_SEQNO)) return false; SequenceNumber seqno(args->getAsInt(REPLICATION_EVENT_SEQNO)); if (!init) { init = true; -- cgit v1.2.1