diff options
Diffstat (limited to 'cpp/src/qpid/ha/Event.cpp')
| -rw-r--r-- | cpp/src/qpid/ha/Event.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/src/qpid/ha/Event.cpp b/cpp/src/qpid/ha/Event.cpp index 25e7947267..8265a6edd3 100644 --- a/cpp/src/qpid/ha/Event.cpp +++ b/cpp/src/qpid/ha/Event.cpp @@ -44,13 +44,14 @@ bool isEventKey(const std::string& key) { const string DequeueEvent::KEY(QPID_HA+"de"); const string IdEvent::KEY(QPID_HA+"id"); -const string TxEnqueueEvent::KEY(QPID_HA+"txen"); -const string TxDequeueEvent::KEY(QPID_HA+"txde"); -const string TxPrepareEvent::KEY(QPID_HA+"txpr"); -const string TxCommitEvent::KEY(QPID_HA+"txcm"); +const string TxEnqueueEvent::KEY(QPID_HA+"txenq"); +const string TxDequeueEvent::KEY(QPID_HA+"txdeq"); +const string TxPrepareEvent::KEY(QPID_HA+"txpre"); +const string TxCommitEvent::KEY(QPID_HA+"txcom"); const string TxRollbackEvent::KEY(QPID_HA+"txrb"); const string TxPrepareOkEvent::KEY(QPID_HA+"txok"); const string TxPrepareFailEvent::KEY(QPID_HA+"txno"); +const string TxMembersEvent::KEY(QPID_HA+"txmem"); broker::Message makeMessage( const string& data, const string& destination, const string& routingKey) |
