tibemsConnectionFactory_SetSSLParams


Function

Purpose

Set a connection factory’s default SSL parameters.

C Declaration

tibems_status tibemsConnectionFactory_SetSSLParams( 
    tibemsConnectionFactory factory, 
    tibemsSSLParams sslparams ); 

COBOL Call

CALL "tibemsConnectionFactory_SetSSLParams" 
     USING BY VALUE factory, 
           BY VALUE sslparams, 
           RETURNING tibems-status 
END-CALL. 

factory and sslparams have usage pointer.

Parameter
Description
factory
Set the default SSL parameters of this connection factory.
sslParams
The connection establishes SSL communication using these parameters.

See Also

tibemsSSLParams

tibemsConnectionFactory_CreateConnectionSSL


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com