Interface ConnectionFactoryOptions
- All Known Implementing Classes:
ActiveMQConnectionFactory,ActiveMQJMSConnectionFactory,ActiveMQQueueConnectionFactory,ActiveMQTopicConnectionFactory,ActiveMQXAConnectionFactory,ActiveMQXAQueueConnectionFactory,ActiveMQXATopicConnectionFactory
public interface ConnectionFactoryOptions
Common interface to be used to share common parameters between the RA and client JMS.
Initially developed to carry on Serialization packages allow list, but it could eventually be expanded.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetDeserializationAllowList(String allowList) voidsetDeserializationBlackList(String denyList) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDeserializationDenyList(String denyList) voidsetDeserializationWhiteList(String allowList) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getDeserializationBlackList
Deprecated, for removal: This API element is subject to removal in a future version. -
setDeserializationBlackList
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeserializationWhiteList
Deprecated, for removal: This API element is subject to removal in a future version. -
setDeserializationWhiteList
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeserializationDenyList
String getDeserializationDenyList() -
setDeserializationDenyList
-
getDeserializationAllowList
String getDeserializationAllowList() -
setDeserializationAllowList
-