The former is applicable to either the inbound or outbound adapter. The
latter is for an admin object.
Justin
On Thu, Dec 19, 2024 at 3:42 PM Martin Czakó wrote:
> I’m a liitle bit confused. What’s the difference between
> https://github.com/apache/activemq-artemis-examples/blob/main/examples/
I’m a liitle bit confused. What’s the difference between
https://github.com/apache/activemq-artemis-examples/blob/main/examples/features/sub-modules/artemis-ra-rar/src/main/resources/ra.xml#L55
a
https://github.com/apache/activemq-artemis-examples/blob/main/examples/features/sub-modules/artemis-
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
>
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ó
--