[
https://issues.apache.org/jira/browse/ARTEMIS-671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15412806#comment-15412806
]
ASF GitHub Bot commented on ARTEMIS-671:
----------------------------------------
Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/706#discussion_r73986215
--- Diff:
artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AssertionLoggerHandler.java
---
@@ -71,6 +71,26 @@ public static boolean hasLevel(Level level) {
return false;
}
+ public static void dump() {
+ for (Map.Entry<String, ExtLogRecord> entry : messages.entrySet()) {
+ System.out.println(entry.getKey());
--- End diff --
That's for debug only?
What SOP means?
> Killing the connection should return messages to the queue if no reconnect
> available
> ------------------------------------------------------------------------------------
>
> Key: ARTEMIS-671
> URL: https://issues.apache.org/jira/browse/ARTEMIS-671
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 1.3.0
> Reporter: clebert suconic
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)