Class ConnectionFactoryConfigurationUtils
java.lang.Object
org.springframework.amqp.rabbit.connection.ConnectionFactoryConfigurationUtils
Utility methods for configuring connection factories.
- Since:
- 2.1
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
updateClientConnectionProperties
(AbstractConnectionFactory connectionFactory, String clientConnectionProperties) Parse the propertieskey:value[,key:value]...
and add them to the underlying connection factory client properties.
-
Method Details
-
updateClientConnectionProperties
public static void updateClientConnectionProperties(AbstractConnectionFactory connectionFactory, 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.
-