Re: Delete me of mailing liste

2018-05-31 Thread Tom Hall
You can remove yourself by emailing users-unsubscr...@activemq.apache.org There are multiple lists, so you want to make sure you have unsubscribed, to everything you are currently subscribed to. dev-unsubscr...@activemq.apache.org

Re: How to avoid ActiveMQ 5.x OutOfMemory in certain high-pressure conditions?

2018-08-08 Thread Tom Hall
Not sure if this applies here: http://activemq.2283324.n4.nabble.com/Producer-Window-Size-td4668545.html The way I read the response producer window size stops flow control. -Tom > On Aug 7, 2018, at 5:52 AM,

Re: cipher in activemq

2018-08-28 Thread Tom Hall
I am assuming you mean on the ssl transports. You must specify the ones want enabled. docs are here: http://activemq.apache.org/ssl-transport-reference.html Assuming you are running java 8 here are the list of cipher suites

Re: Using AWS EFS as the shared file system for master/slave broker pair

2018-07-18 Thread Tom Hall
There are a number of docker images for activemq, you will need to follow the documentation for that docker image. Make sure your docker image is using the latest version of activemq. You are going to need to change the data directory to be under the efs mount, and you are going to have to

Re: ActiveMQ 5.11.0: Out Of Memory, caused by PageFile object tree filling up heap

2018-07-20 Thread Tom Hall
Hi Art, What per destination limit are you looking for? The per destination limits will deal with memory used per queue. http://activemq.apache.org/per-destination-policies.html -Tom > On Jul 20, 2018, at 3:50 AM,

Re: Logging DLQ activity

2018-07-17 Thread Tom Hall
If you are willing to do some light development you can put in some specific code to do just that logging, or you could enable the logging plugin but you will get more than what you want. take a look at http://activemq.apache.org/developing-plugins.html

Re: Using AWS EFS as the shared file system for master/slave broker pair

2018-07-23 Thread Tom Hall
When I implemented AMQ on EFS, EFS only had optimistic locking so the pluggable locker was needed. I can no longer find reference to it, and AWS has made significant changes to EFS locking so it may not be necessary anymore. Thanks, -Tom > On Jul 21, 2018, at 6:25 AM, Tim Bain wrote: > >

Re: ActiveMQ 5.11.0: Out Of Memory, caused by PageFile object tree filling up heap

2018-07-19 Thread Tom Hall
Are you really limiting ram to 300 mb? Why so low if you are on a 8G box? Thanks, Tom > On Jul 19, 2018, at 7:13 AM, art.licis wrote: > > Dear community, > > We've been evaluation AMQ which is based on version 5.11.0. Several tests in > staging environments which would have a big number of

Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread Tom Hall
This is the first result when I googled your question. http://activemq.2283324.n4.nabble.com/Message-Dequeue-count-in-jconsole-0-even-after-messages-are-recieved-and-consumed-by-subscribers-td4675875.html

Re: How to do a check health with telnet on ActiveMQ

2020-01-16 Thread Tom Hall
I think you might be better off using something like this: https://github.com/prometheus/jmx_exporter -Tom > On Jan 16, 2020, at 11:09 AM, Daniel Trüssel wrote: > > Hey > > I use Prometheus blackbox_exporter >