Clebert,
We're updating to 2.30.0 as you suggested , but even without that, I'm seeing
huge improvement by reading the message body bytes while still in the
enumeration loop instead waiting until later. I suspect that there is some
promise that the body bytes for large messages are available in
Ayush, if you wish to unsubscribe then please send an email to
users-unsubscr...@activemq.apache.org as noted on the website [1].
Justin
[1] https://activemq.apache.org/contact
On Thu, Aug 3, 2023 at 6:53 AM Ayush Agarwal
wrote:
> Classification: Confidential
>
> Please deactivate messages ,
Hello Gorav-
Unfortunately, attachments are dropped by the mailing list system, so we won’t
be able to see them.
Have you had any luck in querying the application-side thread dump?
I suspect there is an application-side configuration or coding bug.
Thanks,
Matt
> On Aug 3, 2023, at 5:57 AM,
Classification: Confidential
Please deactivate messages , I don't want to receive these any more
-Original Message-
From: Amy Hartland (DHCW - Integration Services)
Sent: Thursday, August 3, 2023 2:47 PM
To: users@activemq.apache.org
Subject: RE: java heap space
[CAUTION: This Email is
Hi,
Could anyone please have any idea/suggestion about this issue ?
Mit freundlichen Grüßen
Gorav Singh
externe Fachkraft von der Firma Coforge Limited
im Auftrag der DB Systel GmbH
SEZ Developer Unit
Plot No. TZ-2 & 2A, Sector Tech Zone,
Greater Noida, UP 201308
E-Mail: gorav.singh-ext...@deut
Hello,
I increased the pending message limit strategy from 1000 to 5000...
So far this has helped, no further heap space errrors.
JVM config;
# Initial Java Heap Size (in MB)
#wrapper.ja
Your code suggests you didnt do either of the suggestions, which were:
- Use the JMS 2 API for creating your shared subscriptions (which is
effectively what you are already doing).
- Use an FQQN address with a Topic consumer.
Your consumer is using a Queue destination, which is different.You
need
Hi,
can you share your JVM configuration and your activemq.xml config file?
Regards,
François
On 03/08/2023 09:04, Amy Hartland (DHCW - Integration Services) wrote:
Hello,
We are currently using apache-activemq-5.15.3. We are noticing some issues with
java heap space.
Wrapper log;
INFO |
Hello,
We are currently using apache-activemq-5.15.3. We are noticing some issues with
java heap space.
Wrapper log;
INFO | jvm 1| 2023/08/02 10:01:11 | java.lang.Exception:
java.lang.OutOfMemoryError: Java heap space
INFO | jvm 1| 2023/08/02 10:01:11 | at
org.apache.a