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