Re: [ARTEMIS] A diverted message cannot be retried from DLQ

2018-01-30 Thread mbukosky
Do you know off hand if this issue is also in version 2.4? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Suppressing warning message in Artemis logs

2017-09-14 Thread mbukosky
For future reference, I was able to solve my problem by creating a custom LogFilter. This allowed me to access the exception information. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Suppressing warning message in Artemis logs

2017-09-12 Thread mbukosky
Hi all, I am trying to filter out a netting connection error (below). This error is most likely being caused because of our custom load balance setup. This error has no impact and is just bloating our log files. I would like to filter out this message but I am running into issues with the JBoss lo