diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-06-02 16:42:04 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-06-02 16:42:04 +0000 |
| commit | e943c3a5cf537e3b007dd70fdeb0708f0cd38389 (patch) | |
| tree | a48103162160e1dd5f788b03e742e1a3b6b876e2 /java/broker-plugins/experimental/slowconsumerdetection/src/main | |
| parent | 6deae0911b6df0b4ad5672ebf252645fc8df441a (diff) | |
| download | qpid-python-e943c3a5cf537e3b007dd70fdeb0708f0cd38389.tar.gz | |
QPID-1447 : Fully comment tests and ensure asserts are made in all test cases
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/experimental/slowconsumerdetection/src/main')
| -rw-r--r-- | java/broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/LogMessages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/LogMessages.properties b/java/broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/LogMessages.properties index cdd4461ee7..7243e144ad 100644 --- a/java/broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/LogMessages.properties +++ b/java/broker-plugins/experimental/slowconsumerdetection/src/main/java/org/apache/qpid/server/virtualhost/plugin/logging/LogMessages.properties @@ -1,8 +1,10 @@ +#SlowConsumerDetection.logMessages SCD=SlowConsumerDetection SCD_RUNNING = SCD-1001 : Running SCD_COMPLETE = SCD-1002 : Complete SCD_CHECKING_QUEUE = SCD-1003 : Checking Status of Queue {0} +#TopicDeletePolicy.logMessages TDP=TopicDeletePolicy TDP_DELETING_QUEUE = TDP-1001 : Deleting Queue TDP_DISCONNECTING = TDP-1002 : Disconnecting Session
\ No newline at end of file |
