diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-05-02 16:49:03 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-05-02 16:49:03 +0000 |
| commit | c98198c56248d16465a1871aa11e9c94c0f950db (patch) | |
| tree | 56272c427e9b36386a94b4f7bdddb402002bd1c0 /java/cluster/src | |
| parent | 4fa14823a4110d82c26edcc1aaf0cd9d325a9dd4 (diff) | |
| download | qpid-python-c98198c56248d16465a1871aa11e9c94c0f950db.tar.gz | |
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
Diffstat (limited to 'java/cluster/src')
| -rw-r--r-- | java/cluster/src/main/java/org/apache/qpid/server/cluster/ClusteredProtocolSession.java | 1 |
1 files changed, 1 insertions, 0 deletions
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()); } |
