From a295ca2b7294353f86405398f7644f73f06ccae4 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 31 Jul 2012 12:48:51 +0000 Subject: QPID-4124: Improved logging that is produced when the various transaction timeouts are exceeded. Remove duplication of messages and reorder logging/closing. Work by myself, Keith Wall, Phil Harvey. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1367522 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/qpid/test/unit/transacted/TransactionTimeoutTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/systests') diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/transacted/TransactionTimeoutTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/transacted/TransactionTimeoutTest.java index cc76d89a67..b11df5a2a0 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/transacted/TransactionTimeoutTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/transacted/TransactionTimeoutTest.java @@ -30,7 +30,7 @@ import javax.jms.Queue; * This tests the behaviour of transactional sessions when the {@code transactionTimeout} configuration * is set for a virtual host. * - * A producer that is idle for too long or open for too long will have its connection closed and + * A producer that is idle for too long or open for too long will have its connection/session(0-10) closed and * any further operations will fail with a 408 resource timeout exception. Consumers will not * be affected by the transaction timeout configuration. */ -- cgit v1.2.1