Re: Artemis 2.11.0 - Cluster node OOM - Queue build up on internal $.artemis.internal.sf... queue

2020-03-30 Thread Graham Stewart
Thanks Domenico, We have a heap dump from when this happened last week - it's large - 8GB. We can see the internal queue that blew up was $.artemis.internal.sf.cluster-prodemea-r186951.39.7adc9da9-6c30-11ea-b3c0-0050568f93e5 >From the heap dump that QueueImpl has messagesReplaced 0 messagesK

Re: Artemis 2.11.0 - Cluster node OOM - Queue build up on internal $.artemis.internal.sf... queue

2020-03-30 Thread brusdev
Hi Graham, can you enable the dumping of the java heap when a java.lang.OutOfMemoryError exception is thrown and send a screenshot or summary? To enable the heap dump, you could uncomment the following line in `artemis.profile` file: # JAVA_ARGS="$JAVA_ARGS -XX:+HeapDumpOnOutOfMemoryError -XX:Hea

Artemis 2.11.0 - Cluster node OOM - Queue build up on internal $.artemis.internal.sf... queue

2020-03-30 Thread Graham Stewart
Hi, Firstly thank you and the team for Artemis. We have been using the fruits of your labour from way back in HornetQ days. Thank you. We have encountered a similar issue to the one described in: https://issues.apache.org/jira/browse/ARTEMIS-2373 I do not have a reproducible test case but I will

Re: Cannot initialize queue:Resource temporarily unavailable

2020-03-30 Thread vinay
Hi Jbertram, Same error mentioned by Justin is occuring in jboss 7.2 and above version, is there any solution for this as the broker.xml is packed inside the jar file. Thanks, Vinay -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis: Downloading metadata only

2020-03-30 Thread Bummer
Thank you for these links, Brusdev. Very interesting. I shall read it and hopefully figure out what to do next too. :-) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Artemis: Downloading metadata only

2020-03-30 Thread brusdev
Hi Jan, if I understood correctly your requirements you could use a non-exclusive divert[1] to copy all messages that are routed to the old address to the new address and a transformer class[2] to remove the messages body or properties before it is copied. [1] https://activemq.apache.org/componen

Re: Artemis: Downloading metadata only

2020-03-30 Thread Bummer
@jbertram Yes, just the headers. :-) -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Jolokia not working (CORS?)

2020-03-30 Thread Jean-Baptiste Onofre
Hi, Correct, see AMQ-7434 and https://github.com/apache/activemq/pull/496 . The change is for security reason. You can take a look on https://jolokia.org/reference/html/security.html for details.

Jolokia not working (CORS?)

2020-03-30 Thread JDC
ActiveMQ 5.15.12 The url: http://hostname:8161/api/jolokia/list gives te response { error_type: "java.lang.Exception", error: "java.lang.Exception : Origin null is not allowed to call this agent", status: 403 } I presume this is a CORS settings? How can I fix this? -- Sent from: http://ac