XMSC_WMQ_SSL_KEY_RESETCOUNT

    Data type:
    System.Int32

    Property of:
    ConnectionFactory

The KeyResetCount represents the total number of unencrypted bytes sent and received within an SSL conversation before the secret key is renegotiated. The number of bytes includes control information sent by the MCA.

XMS copies the value that you supply for this property into MQSCO.KeyResetCount before calling MQCONNX.

The parameter MQSCO.KeyRestCount is only available from IBM MQ version 6. If IBM MQ version 5.3, if this property is set, XMS does not attempt to make the connection to the queue manager, and throws an appropriate exception instead.

For .NET only: From IBM MQ Version 8.0, managed connections to IBM MQ (WMQ_CM_CLIENT) and unmanaged connections to IBM MQ (WMQ_CM_CLIENT_UNMANAGED) both support TLS/SSL connections.

The default value of this property is zero, which means that secret keys are never renegotiated.

Parent topic: Property definitions


Related information