From c98198c56248d16465a1871aa11e9c94c0f950db Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 2 May 2007 16:49:03 +0000 Subject: I am commiting the patch supplied by Arnaud Simon. This patch contains support for dtx. Currently there is one test case failing. I will try to fix it, if not Arnuad will provide a patch soon git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@534541 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/qpid/server/cluster/ClusteredProtocolSession.java | 1 + 1 file changed, 1 insertion(+) (limited to 'java/cluster') diff --git a/java/cluster/src/main/java/org/apache/qpid/server/cluster/ClusteredProtocolSession.java b/java/cluster/src/main/java/org/apache/qpid/server/cluster/ClusteredProtocolSession.java index eea660c4f0..2406bd8f3f 100644 --- a/java/cluster/src/main/java/org/apache/qpid/server/cluster/ClusteredProtocolSession.java +++ b/java/cluster/src/main/java/org/apache/qpid/server/cluster/ClusteredProtocolSession.java @@ -108,6 +108,7 @@ public class ClusteredProtocolSession extends AMQMinaProtocolSession throws AMQException { super(ClusteredProtocolSession.this,channelId, + virtualHost.getTransactionManager(), virtualHost.getMessageStore(), virtualHost.getExchangeRegistry()); } -- cgit v1.2.1