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