Class ConnectionFactoryConfigurationUtils

java.lang.Object
org.springframework.amqp.rabbit.connection.ConnectionFactoryConfigurationUtils

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

    • updateClientConnectionProperties

      public static void updateClientConnectionProperties(AbstractConnectionFactory connectionFactory, 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.