Re: Limit prefetchSize from ActiveMQ side

2022-02-07 Thread JB Onofré
Hi You can set the prefetch size on the destination policy entry in the ActiveMQ.xml. Regards JB > Le 8 févr. 2022 à 07:53, Simon Lundström a écrit : > > On Mon, 2022-02-07 at 10:37:52 +0100, CASAUX Nicolas wrote: >> Hello, >> >> I'm using ActiveMQ < classic > 5.16.0 and I have a question

Re: Limit prefetchSize from ActiveMQ side

2022-02-07 Thread Simon Lundström
On Mon, 2022-02-07 at 10:37:52 +0100, CASAUX Nicolas wrote: > Hello, > > I'm using ActiveMQ < classic > 5.16.0 and I have a question related to slow > consumers. > > In my use case, I only use topics with non-durable messages. As per the doc, > the prefetchSize is 32767. > I have a constantPend

Re: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-02-07 Thread Justin Bertram
> I would like to follow-up on the release date of ActiveMQ 5.17.x version. I have seen the below thread, however could not found the exact date/week for the same. As noted previously, there is no exact release date. There is only a projection about when the release will go up for a vote. Previou

Re: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-02-07 Thread Matt Pavlovich
Hello Deepti- ActiveMQ 5.16.2 and 5.16.3 are _not_ vulnerable to CVE-2021-44228. Thanks, Matt > On Feb 7, 2022, at 11:32 AM, Deepti Sharma S > wrote: > > Hello Matt, > > We are using ActiveMQ all version 5.16.2 and 5.16.3. > > > Regards, > Deepti Sharma > PMP® & ITIL > > > -Origin

Re: GC overhead limit exceeded

2022-02-07 Thread Matt Pavlovich
Hello Karl- Those error messages are usually indicative of a garbage collection (GC) tuning problem at the JVM level. On any busy system running Java, the default GC settings may not force garbage collection frequently enough in order to keep memory resources available. I suggest you look int

GC overhead limit exceeded

2022-02-07 Thread Nordstrom, Karl
Hello activemq users, We are running v5.16.3 on our amq dev nodes and hit these errors today. Has anybody else encounter these? The heap size on dev is 1G while it's 4G on acceptance. I wonder if 5.16.3 requires more space than 5.15.12 did? 2022-02-07 15:22:39,325 | ERROR | JobScheduler: JMS Ca

RE: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-02-07 Thread Deepti Sharma S
Hello Matt, We are using ActiveMQ all version 5.16.2 and 5.16.3. Regards, Deepti Sharma PMP® & ITIL -Original Message- From: Matt Pavlovich Sent: Monday, February 7, 2022 10:50 PM To: users@activemq.apache.org Subject: Re: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

Re: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-02-07 Thread Matt Pavlovich
Hello Deepti- What version of ActiveMQ are you using? I suspect that you have incorrect information about CVE-2021-44228 and ActiveMQ. -Matt Pavlovich > On Feb 7, 2022, at 6:20 AM, Deepti Sharma S > wrote: > > Hello Justin, > > I would like to follow-up on the release date of ActiveMQ 5.17.

RE: Active MQ All Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-02-07 Thread Deepti Sharma S
Hello Justin, I would like to follow-up on the release date of ActiveMQ 5.17.x version. I have seen the below thread, however could not found the exact date/week for the same. Could you please help here? Also can we build the ActiveMQ and upgrade the Log4J2.x on our own, can you please help t

Re: ActiveMQ Artemis kubernetes operator

2022-02-07 Thread Domenico Francesco Bruscino
Hi Jo, this mailing list is for questions related to the Apache ActiveMQ projects. The ArtemisCloud.io[1] project provides an open source kubernetes operator to deploy Apache ActiveMQ Artemis, see my previous email for further details. [1] https://artemiscloud.io/ Thanks, Domenico On Mon, 7 Feb

Re: newbie question

2022-02-07 Thread Domenico Francesco Bruscino
Hi Jo, for questions related to the artemiscloud.io project, see artemiscloud.io community page[1]. You could join at artemiscloud.io slack[1] or raise an issue on the github operator project[2] . I have already sent you an invitation for artemiscloud.io slack. Regards, Domenico [1] https://art

Re: Mqtts - secure mqtt

2022-02-07 Thread Angelo Ginocchio
Thanks Domenico Angelo Il 07/02/2022 11:26, Domenico Francesco Bruscino ha scritto: Hi Angelo, Justin has already pointed you to the standard/ssl-enabled-dual-authentication[1] example, that includes: certificate mutual authentication at transport level and certificate authentication/authoriza

Re: Mqtts - secure mqtt

2022-02-07 Thread Domenico Francesco Bruscino
Hi Angelo, Justin has already pointed you to the standard/ssl-enabled-dual-authentication[1] example, that includes: certificate mutual authentication at transport level and certificate authentication/authorization at application level using TextFileCertificateLoginModule[2]. If you just need cer

Limit prefetchSize from ActiveMQ side

2022-02-07 Thread CASAUX Nicolas
Hello, I'm using ActiveMQ < classic > 5.16.0 and I have a question related to slow consumers. In my use case, I only use topics with non-durable messages. As per the doc, the prefetchSize is 32767. I have a constantPendingMessageLimitStrategy on this topic with a limit of 1000 messages. I can

Re: Mqtts - secure mqtt

2022-02-07 Thread Angelo Ginocchio
Thanks Justin. I was hoping there was a complete configuration specific to mqtts; I have seen that there are many other configuration parameters, example: acceptor, transportConnectors Also, in the case of the uri is mqtt + ssl: //x.x.x.x: 8883 or mqtt: //x.x.x.x: 8883 I am a bit confused.

ActiveMQ Artemis kubernetes operator

2022-02-07 Thread Jo De Troy
Hello all, is this list the right one to ask questions related to the kubernetes ActiveMQ Artemis operator? I'm trying to find out if there is a way to find out what's not yet implemented making this alpha/beta status Best regards, Jo