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
... 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
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
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