Re: Active MQ Automatically Getting Restarted

2018-01-30 Thread tejas13
Hello Team, Thank you for reply. We are not using any external GC mechanism. We have allocated 8 GB memory. At the time of OOM greater than 90% memory store is used. Please help us. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

[ARTEMIS 2.4] Question: Message grouping and selectors

2018-01-30 Thread Archibald
Dear experts, Assume you have a JMS queue Q with two consumers A and B using message selectors. A listens on messages having country='US'. B listens on messages having country='Canada'. A producer C sents subsequently messages to Q with either country='US' or country='Canada' as property and a m

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

2018-01-30 Thread Archibald
See also: https://issues.apache.org/jira/browse/ARTEMIS-1645. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Queue Recovery loads the entire data?

2018-01-30 Thread jasons
Hi, I have a customer running AMQ 5.10.0, JDBC persistence and no journalling like the OP. We saw the same query as the OP last week..also during a restart of the JBoss app server running AMQ embedded. Oracle AWR reports showed this SQL was executed 14,000 times in 1 hour, effectively grindi

Re: Static network of brokers with not all brokers running (expected)

2018-01-30 Thread pypen
Bad day? Relax Tim. Not trying to offend anyone here. It's not about me not wanting to tweak the log4j. I just didn't want to suppress the TransportDisposedIOException (or DemandForwardingBridgeSupport) if it happens for a different reason. And I was not clear enough about the previous versions: I

Re: Static network of brokers with not all brokers running (expected)

2018-01-30 Thread Tim Bain
For #1, if I'm reading your log right, it's coming out at INFO, and you said it used to be WARN. So you're saying we lowered the logging level; where's the problem? And either way, I'm not seeing why you're trying to avoid tweaking your Log4J configuration. You have a non-standard environment (one

Re: Static network of brokers with not all brokers running (expected)

2018-01-30 Thread pypen
Figured out the problem with 2. The client had a network timeout of 30 seconds. Every producer and consumer creates its own connection and session and that caused the problems. Reducing the timeout solved issue 2. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

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

2018-01-30 Thread Archibald
Yes, I stumbled across this issue running 2.4.0. But wrote a test against master. Br, A. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

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

Static network of brokers with not all brokers running (expected)

2018-01-30 Thread pypen
Hi, I have a network of 4 brokers, statically configured (). Each broker has a list if IPs, excluding its own. It is expected that not all brokers are running at the same time (they can, but don't have to). I have (java) clients that run on the same machines as the brokers and connect to their loca

[Artemis] Some data isn't delivered using Paho client

2018-01-30 Thread Raul Valdoleiros
Hi, I'm using paho client to connect to Artemis using the MQTT protocol. My test case is: - Send 50k messages to the broker - Connect 1 subscriber and start consuming the messages Some messages aren't delivered and I need to restart the consumer for them to be consumed. I saw a topic rega