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. keyStorePassword & trustStorePassword) as noted in the documentation
[1]. I don't know specifically how this is all configured in your Java EE
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ó <mncz...@gmail.com> wrote:

> For a ConnectionFactory.
>
> Martin Czakó
>
> > On 16. 12. 2024, at 6:06 PM, Justin Bertram <jbert...@apache.org> 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 3:38 PM Martin Czakó <mncz...@gmail.com> wrote:
> >>
> >> 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ó
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org
> >> For additional commands, e-mail: users-h...@activemq.apache.org
> >> For further information, visit: https://activemq.apache.org/contact
> >>
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org
> For additional commands, e-mail: users-h...@activemq.apache.org
> For further information, visit: https://activemq.apache.org/contact
>
>
>

Reply via email to