connection attempt hangs

2023-07-21 Thread david kerns
I started with the example code here: https://activemq.apache.org/components/cms/example I modified it to use SSL and a certificate... all working. Six months later when the certificate expired, starting the subscriber just hangs on: connection->start(); It would be nice if instead of hanging, t

Re: connection attempt hangs

2023-07-24 Thread david kerns
... still no mention of an expired cert On Mon, Jul 24, 2023 at 7:52 AM Timothy Bish wrote: > On 7/21/23 17:01, david kerns wrote: > > I started with the example code here: > > https://activemq.apache.org/components/cms/example > > I modified it to use SSL and a certi

Re: CVE presence in artemis-2.37.0

2024-10-25 Thread david kerns
On Fri, Oct 25, 2024 at 6:21 AM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > I strongly encourage you to report potential security vulnerabilities to > secur...@apache.org mailing lists first, before disclosing them in a > public > forum. Please see the page of the ASF Security Tea

Re: avoiding oom-killer on Artemis

2025-01-09 Thread david kerns
just a side note: the Linux OOM-KILLER kills every/any process that requests more than 1 byte than is available... it can wreak havoc, but usually, gets the actual memory hog soon enough. On Thu, Jan 9, 2025 at 12:08 AM Vilius Šumskas wrote: > That what I was afraid of :). OK I guess we will hav