| Field and Description |
|---|
| com.solace.messaging.config.SolaceProperties.TransportLayerSecurityProperties.CIPHER_SUITES
Best left unset.
Effectively disables TLSv1.3.
Use JDK facilities, e.g. the jdk.tls.client.cipherSuites system property instead if necessary.
|
| Method and Description |
|---|
| com.solace.messaging.publisher.OutboundMessageBuilder.withApplicationMessageId(String)
As of release 1.1, instead use one of the OutboundMessageBuilder.build() method
that accepts extendedMessageProperties and set MessageProperties.APPLICATION_MESSAGE_ID
property.
|
| com.solace.messaging.config.TransportSecurityStrategy.TLS.withCipherSuites(String)
Best left unset.
Effectively disables TLSv1.3.
Use JDK facilities, e.g. the jdk.tls.client.cipherSuites system property instead if necessary.
|
| com.solace.messaging.publisher.OutboundMessageBuilder.withClassOfService(int)
As of release 1.1, instead use one of the OutboundMessageBuilder.build() method
that accepts extendedMessageProperties and set
SolaceProperties.MessageProperties.CLASS_OF_SERVICE
property to configure COS with same range (0-2). |
| Enum Constant and Description |
|---|
| com.solace.messaging.config.TransportSecurityStrategy.TLS.SecureProtocols.SSLv3 |
| com.solace.messaging.config.TransportSecurityStrategy.TLS.SecureProtocols.TLSv1 |
Copyright 2019-2025 Solace Corporation. All rights reserved.