Re: Persistent store is Full, 100% of 107374182400. Stopping producer

2018-06-09 Thread Tim Bain
For checking the DLQ, an easy option is to use the web console or a JMX viewer such as JConsole to look at stats for the queue named ActiveMQ.DLQ. Alternatively, you can follow the instructions on this page ( http://activemq.apache.org/why-do-kahadb-log-files-remain-after-cleanup.html) to

Re: Number Of Pending Messages Did Not Reflect Its Queues Number

2018-06-09 Thread Tim Bain
A pending message is one that has been dispatched to a consumer but has not been acknowledged. Are you saying that in your test scenario (which you have not described) every message that's sent will be delivered to a consumer but not acknowledged? That would be an atypical use pattern, so my

Artemis 2.4.0 + JBoss 7.2 JMS Bridge

2018-06-09 Thread acefael
Hello, my goal ist to setup a bridge (any bridge really) between a JBoss 7.2 (HornetQ 2.3.0.RC1) and Artemis 2.4.0. Currently I am trying the jms bridge. Configuration in JBoss' standalone.xml is AT_MOST_ONCE 500 1