Description
in our app server, we set the deserialization black/white lists on the ConnectionFactoryConfiguration and then call org.apache.activemq.artemis.jms.server.JMSServerManager#createConnectionFactory to let Artemis create the actual ConnectionFactory object.
However internally, Artemis does not use the deserialization black/white lists to configure the actual ConnectionFactory object