From eabacb939662725b4514e898f050805131c2a0fb Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 25 Aug 2011 20:41:28 +0000 Subject: QPID-3384: Enable DTX transactions in a cluster. - Replicate DTX state to new members joining. - Use cluster timer for DTX timeouts. - Incidental: quote nulls in qpid::Msg messages (XIDs often have null characters) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1161742 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/xml/cluster.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'qpid/cpp/xml/cluster.xml') diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index c33f2e4852..f49f8dbfff 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -212,6 +212,29 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1