Re: ActiveMQ Artemis resource adapter - SSL configuration

2024-12-16 Thread Justin Bertram
The ActiveMQ Artemis JCA RA supports admin objects for creating either ConnectionFactory or XAConnectionFactory based on your needs. These admin objects take a config property named "BrokerURL" which you can use to specify SSL resources (e.g. keyStorePath & trustStorePath) & passwords (i.e. keyStor

Re: ActiveMQ Artemis resource adapter - SSL configuration

2024-12-16 Thread Martin Czakó
For a ConnectionFactory. Martin Czakó > On 16. 12. 2024, at 6:06 PM, Justin Bertram wrote: > > Are you configuring this for an MDB (e.g. via activation configuration > properties) or for a ConnectionFactory (e.g. lookup via JNDI to send > messages)? > > > Justin > >> On Fri, Dec 13, 2024 at

Re: ActiveMQ Artemis resource adapter - SSL configuration

2024-12-16 Thread Justin Bertram
Are you configuring this for an MDB (e.g. via activation configuration properties) or for a ConnectionFactory (e.g. lookup via JNDI to send messages)? Justin On Fri, Dec 13, 2024 at 3:38 PM Martin Czakó wrote: > Hi, > > How can I configure the Artemis resource adapter to use my keystore and >

Re: Thread pools, virtual threads and reactive models

2024-12-16 Thread Justin Bertram
> Can Artemis be configured with "elastic" pools that expand and contract dynamically? This is the default behavior. The client thread pools will expand to their max configured size and then shrink back down as threads which are idle 60 seconds are removed. To be clear, the default "threadPoolMax

Re: Thread pools, virtual threads and reactive models

2024-12-16 Thread Thorsten Meinl
I can provide some practical evidence: We've been using Java 21 virtual threads for a large set of consumers since a few weeks and haven't encountered any issues. Anything else would be surprising since they should be a 1:1 alternative to "real" threads. Cheers, Thorsten Am Freitag, dem 13.12.20