Class ConnectionFactoryConfigurationUtils
- java.lang.Object
-
- org.springframework.amqp.rabbit.connection.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 propertieskey:value[,key:value]...
and add them to the underlying connection factory client properties.
-
-
-
Method Detail
-
updateClientConnectionProperties
public static void updateClientConnectionProperties(AbstractConnectionFactory connectionFactory, java.lang.String clientConnectionProperties)
Parse the propertieskey:value[,key:value]...
and add them to the underlying connection factory client properties.- Parameters:
connectionFactory
- the connection factory.clientConnectionProperties
- the properties.
-
-