Default connectionFactoryName is ConnectionFactory
To configure ssl, by default we add these properties in InitialContext :
connection.ConnectionFactory.keyStore with keyStore property
connection.ConnectionFactory.keyStorePassword with keyStorePassword property
connection.ConnectionFactory.keyStoreKeyPassword with keyPassword property
connection.ConnectionFactory.trustStore with trustStore property
connection.ConnectionFactory.trustStorePassword with trustStorePassword property
All configuration beginning with java.naming.* are added to the context
Other configuration:
In order to provide more configuration, you should prefix all other target properties with jndi..
By example, if you want to add com.specific.vendor.properties key, the key should be jndi.com.specific.vendor.properties
JmsListenerAction(target="JMS_TARGET",destination="jms/domain/my/queue",selector="type = 'boat' AND color = 'red'",bodySelector="some value to search in message",browserMaxDepth=100,timeOut="1 s")
JakartaListenerAction(target="JMS_TARGET",destination="jms/domain/my/queue",selector="type = 'boat' AND color = 'red'",bodySelector="some value to search in message",browserMaxDepth=100,timeOut="1 s")
JmsCleanQueueAction(target="JMS_TARGET",destination="jms/domain/my/queue",selector="type = 'boat' AND color = 'red'",bodySelector="some value to search in message",browserMaxDepth=100,timeOut="1 s")
JakartaCleanQueueAction(target="JMS_TARGET",destination="jms/domain/my/queue",selector="type = 'boat' AND color = 'red'",bodySelector="some value to search in message",browserMaxDepth=100,timeOut="1 s")