Re: ActiveMQ Artemis resource adapter - SSL configuration

2024-12-19 Thread Martin Czakó
container, but hopefully that's enough information to get you sorted out. > > > Justin > > [1] > https://activemq.apache.org/components/artemis/documentation/latest/configuring-transports.html#configuring-netty-ssl > > On Mon, Dec 16, 2024 at 11:17 AM Martin Czakó wr

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

ActiveMQ Artemis resource adapter - SSL configuration

2024-12-13 Thread Martin Czakó
Hi, How can I configure the Artemis resource adapter to use my keystore and truststore (plus their passwords)? I am looking into the possible configuration properties and so far I was able to find only the option to specify Username and Password. Thanks Martin Czakó

Re: Artemis resource adapter - SSL configuration

2024-11-13 Thread Martin Czakó
> On 11. 11. 2024, at 16:27, Justin Bertram wrote: > > Can you provide more details on the exact configuration you're attempting > to use in WildFly? > > > Justin > > On Sat, Nov 9, 2024 at 5:18 PM Martin Czakó wrote: > >> Hi, >> >&g

Artemis resource adapter - SSL configuration

2024-11-09 Thread Martin Czakó
Hi, I am trying to deploy the Artemis resource adapter (artemis-rar.rar) on my Wildfly application server and I want to use keystore and truststore as authentication to the broker I am connecting to. I tried specifing KeyStorePath, KeyStorePassword (the same for truststore) as config-property