Class ConnectionFactoryConfigurationImpl

  • All Implemented Interfaces:
    org.apache.activemq.artemis.core.journal.EncodingSupport, ConnectionFactoryConfiguration

    public class ConnectionFactoryConfigurationImpl
    extends java.lang.Object
    implements ConnectionFactoryConfiguration
    This class contains the configuration properties of a connection factory.

    It is also persisted on the journal at the time of management is used to created a connection factory and set to store.

    Every property on this class has to be also set through encoders through EncodingSupport implementation at this class.