Class ConnectionFactoryConfigurationUtils


  • public final class ConnectionFactoryConfigurationUtils
    extends java.lang.Object
    Utility methods for configuring connection factories.
    Since:
    2.1
    Author:
    Gary Russell
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void updateClientConnectionProperties​(AbstractConnectionFactory connectionFactory, java.lang.String clientConnectionProperties)
      Parse the properties key:value[,key:value]... and add them to the underlying connection factory client properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • updateClientConnectionProperties

        public static void updateClientConnectionProperties​(AbstractConnectionFactory connectionFactory,
                                                            java.lang.String clientConnectionProperties)
        Parse the properties key:value[,key:value]... and add them to the underlying connection factory client properties.
        Parameters:
        connectionFactory - the connection factory.
        clientConnectionProperties - the properties.