-
1. Re: How to monitor Hornet Q_Queue size
jbertram Mar 8, 2018 9:11 AM (in response to chakravarthytn)Both JBoss AS 6 and HornetQ 2.2.5.Final are quite old at this point. It's also worth noting that several years ago the HornetQ code-base was donated to the Apache ActiveMQ community and it now exists as the ActiveMQ Artemis broker.
In any event, you've provided no details on what exactly you mean by "automatically its crashing." You also haven't provide much detail on the use-case which leads to this problem. Therefore, not much help can be provided.
-
2. Re: How to monitor Hornet Q_Queue size
chakravarthytn Mar 11, 2018 10:19 PM (in response to chakravarthytn)Thanks Justin for your response.
We have configured the Queue size as 10MB and once the queue reaches 10MB or more then 10MB and it got stuck. as per thread dump the queue size reaches more then 10MB. Can you pls suggest to avoid the issue is their any possibility to monitor each Queue size
-
3. Re: How to monitor Hornet Q_Queue size
jbertram Mar 12, 2018 9:22 AM (in response to chakravarthytn)We have configured the Queue size as 10MB and once the queue reaches 10MB or more then 10MB and it got stuck.
What do you mean specifically by, "it got stuck"? What got stuck?
What address-full-policy are you using?
as per thread dump the queue size reaches more then 10MB.
How can you tell how large the queue is from a thread dump?
Can you pls suggest to avoid the issue
I'm still trying to understand what the issue actually is.
is their any possibility to monitor each Queue size
I don't believe the version of HornetQ has any queue or address size metrics.