Re: Convert queue to configuration managed

2023-11-09 Thread Domenico Francesco Bruscino
Hi Stephen, there is no way to change the property auto-delete for a running queue but that could be an improvement for the updateQueue() JMX operation, could you create a new JIRA issue? https://issues.apache.org/jira/projects/ARTEMIS/issues Regards, Domenico On Fri, 10 Nov 2023 at 04:42, Step

Antwort: [Ext] Activemq heap space issues

2023-11-09 Thread Herbert . Helmstreit
Hello Brian, you are using ActveMQ classic, right? Please provide the version. The management console is there in this case, yes but I did not find it very useful, that's right. To monitor memory etc. the JMX interface together with JVisualVM is the real hit in this case. Are you familiar with t

Re: Convert queue to configuration managed

2023-11-09 Thread Stephen Baker
Oh, that's a step! Do you know if it's possible to get from there to auto-delete: false (or I should just try it out) On Wed, Nov 8, 2023 at 5:28 AM Domenico Francesco Bruscino wrote: > > Hi Stephen, > > updateQueue() JMX operation doesn't allow to change the `auto-delete` > setting but it allow

Activemq heap space issues

2023-11-09 Thread Brian Allen
Hello I am troubleshooting actviemq and I am getting memory errors. I am trying to determine the best way to investigate how to mitigate these errors by adjusting the settings. Is there documentation on troubleshooting memory issues? I am able to view the web console and I see a bunch of messag

Connection Count in Artemis

2023-11-09 Thread Herbert . Helmstreit
Hello Community, I'm using Artemis 2.30 and have noticed, that the connection count displayed in the management console and also reported to the metrics plugin is exactly half the expected value. E.g. If I open 100 connections, the gauge will show 50. Did I understand something wrong? Regards