Re: Invitation to ActiveMQ Slack channel

2022-11-15 Thread Justin Bertram
Done. Justin On Tue, Nov 15, 2022 at 7:06 PM Rebecca Newman wrote: > Hello, > > Can I please be invited to the ActiveMQ Slack channel? > > Thank you in advance, > Rebecca > > * Confidentiality Notice * This message (including attachments) > contains confidential information intended fo

Invitation to ActiveMQ Slack channel

2022-11-15 Thread Rebecca Newman
Hello, Can I please be invited to the ActiveMQ Slack channel? Thank you in advance, Rebecca * Confidentiality Notice * This message (including attachments) contains confidential information intended for the person or entity to which it is addressed. Any dissemination, copying, or distr

Re: ActiveMQ 5.16.x -- ability to specify elliptic curves?

2022-11-15 Thread Justin Bertram
The broker delegates all this work to the JVM in the first place so I think you're more likely to find what you're looking for in the JVM directly. Even the value for the "transport.enabledCipherSuites" parameter is passed through to the underlying SSL implementation provided by the JVM. Have you

Re: ActiveMQ 5.16.x -- ability to specify elliptic curves?

2022-11-15 Thread Frank Crow
No because, the ability to specify cipher suites does not include any way to specify the specific type of elliptic curve. At the moment, the configuration that is in place is using the ECDHE-RSA-AES256-GCM-SHA384 cipher. The ECDHE key exchange is apparently using P-256 by default. I need it to

Re: ActiveMQ 5.16.x -- ability to specify elliptic curves?

2022-11-15 Thread Justin Bertram
Did you try using the "transport.enabledCipherSuites" parameter mentioned here [1]? Justin [1] https://activemq.apache.org/ssl-transport-reference On Tue, Nov 15, 2022 at 2:16 PM Frank Crow wrote: > Hello all, > > Does anyone know if it is possible to specify which elliptic curve will be > us

Re: ActiveMQ 5.16.5 with TLS under FIPS

2022-11-15 Thread Justin Bertram
Hey, Frank. Your messages are coming through the list. However, your images are not (most, if not all, attachments are stripped). This meant that your previous messages were relatively unintelligible. Please restate the problem you were having as well as the solution you found. That will help any

ActiveMQ 5.16.x -- ability to specify elliptic curves?

2022-11-15 Thread Frank Crow
Hello all, Does anyone know if it is possible to specify which elliptic curve will be used by the broker for ECDHE key exchanges? Currently I have TLS enabled and I'm seeing that it is using a 256-bit (P-256) elliptic curve. I have requirements for 384-bit elliptic curves or better. Is there s

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-15 Thread Steve Hiller
Awesome! This gives me time to switch over to ArtemisCloud. Thanks again. On Tue, Nov 15, 2022 at 3:08 PM Domenico Francesco Bruscino wrote: > > yes the result is basically the same, indeed operators automate application > management, so you can focus on your core business. > > On Tue, 15 Nov 202

Re: ActiveMQ 5.16.5 with TLS under FIPS

2022-11-15 Thread Frank Crow
Hello all, I don't know if these messages are even being seen because I haven't received any response. However, if anyone does see this and is interested, I have figured out the solution to my problem. I'd be happy to share if anyone responds to this email. Thanks, Frank On Tue, Nov 8, 2022

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-15 Thread Domenico Francesco Bruscino
yes the result is basically the same, indeed operators automate application management, so you can focus on your core business. On Tue, 15 Nov 2022 at 17:26, Steve Hiller wrote: > Thanks, Domenico! So in effect using ArtemisCloud.io would have saved > me set up time but the result is basically t

Artemis broker failure handling

2022-11-15 Thread John Lilley
Greetings, I’ve been reading about failure-hardening our use of Artemis here https://activemq.apache.org/components/artemis/documentation/1.1.0/client-reconnection.html And it mostly seems automatic: “In this scenario, Apache ActiveMQ Artemis will automatically re-attach the client sessions to

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-15 Thread Steve Hiller
Thanks, Domenico! So in effect using ArtemisCloud.io would have saved me set up time but the result is basically the same? On Tue, Nov 15, 2022 at 2:30 AM Domenico Francesco Bruscino wrote: > > Hi Steve, > > ArtemisClod.io provides a repository >