diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2009-07-30 20:30:18 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2009-07-30 20:30:18 +0000 |
| commit | 973ed9150310e9ba55ae69979d318f4bb256d0b2 (patch) | |
| tree | e6d8814103946d885aaed1e1e3b7b0bd09413c4f /cpp/src/qpid/replication/constants.h | |
| parent | 2a2ad630c4a7afeca560977fa71759389eca42ba (diff) | |
| download | qpid-python-973ed9150310e9ba55ae69979d318f4bb256d0b2.tar.gz | |
Make replication of queue events not dependant on abs queue position, but rather use source queue sequence numbers. Also add in more error checking and tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@799435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/replication/constants.h')
| -rw-r--r-- | cpp/src/qpid/replication/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/replication/constants.h b/cpp/src/qpid/replication/constants.h index fb7085c570..c5ba7d3d6a 100644 --- a/cpp/src/qpid/replication/constants.h +++ b/cpp/src/qpid/replication/constants.h @@ -26,6 +26,7 @@ const std::string REPLICATION_EVENT_TYPE("qpid.replication.type"); const std::string REPLICATION_EVENT_SEQNO("qpid.replication.seqno"); const std::string REPLICATION_TARGET_QUEUE("qpid.replication.target_queue"); const std::string DEQUEUED_MESSAGE_POSITION("qpid.replication.message"); +const std::string QUEUE_MESSAGE_POSITION("qpid.replication.queue.position"); const int ENQUEUE(1); const int DEQUEUE(2); |
