diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-06 17:01:48 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-06 17:01:48 +0000 |
| commit | d793cd4d6d1873af383a8f1dbd2aa4383f0be546 (patch) | |
| tree | 3a19ff9c0ada9be07050d01d1b4e6c9ea6b76c26 /qpid/java/systests | |
| parent | 6f91ef0947e70bfe266257dfe257617c9417e257 (diff) | |
| download | qpid-python-d793cd4d6d1873af383a8f1dbd2aa4383f0be546.tar.gz | |
QPID-2002, QPID-2001 : Add new SubscriptionActor to perform Subscription close logging on the Subscription Flush thread. Alternative would be to create a Virtualhost Logger.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@801725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java index 418cb99354..509c027cbf 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java @@ -21,6 +21,7 @@ package org.apache.qpid.server.queue; import org.apache.qpid.server.AMQChannel; +import org.apache.qpid.server.logging.LogActor; import org.apache.qpid.server.subscription.Subscription; import org.apache.qpid.framing.AMQShortString; @@ -151,6 +152,11 @@ public class SubscriptionTestHelper implements Subscription return false; //To change body of implemented methods use File | Settings | File Templates. } + public LogActor getLogActor() + { + return null; //To change body of implemented methods use File | Settings | File Templates. + } + public AMQQueue getQueue() { return null; |
