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 | 36b1a55deef53c2e5667aa0fa638002ea2da1f75 (patch) | |
| tree | b38e219e988f178a22b0bcf0c5859771f1ea2880 /java/systests | |
| parent | 0bcc71e12f76fca002c3b1b3c88333bffe5d5a0c (diff) | |
| download | qpid-python-36b1a55deef53c2e5667aa0fa638002ea2da1f75.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/qpid@801725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java b/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java index 418cb99354..509c027cbf 100644 --- a/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java +++ b/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; |
