public final class ConnectionFactoryConfigurationUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
updateClientConnectionProperties(AbstractConnectionFactory connectionFactory,
String clientConnectionProperties)
Parse the properties
key:value[,key:value]... and add them to the
underlying connection factory client properties. |
public static void updateClientConnectionProperties(AbstractConnectionFactory connectionFactory, String clientConnectionProperties)
key:value[,key:value]...
and add them to the
underlying connection factory client properties.connectionFactory
- the connection factory.clientConnectionProperties
- the properties.