Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_Create

tibemsAdmin_Create
Function
Purpose
Create an administration connection to a server.
C Declaration
tibems_status tibemsAdmin_Create(
    tibemsAdmin* admin,
    const char* url,
    const char* userName,
    const char* password,
    tibemsSSLParams sslparams);
COBOL Call
CALL "tibemsAdmin_Create"
 USING BY REFERENCE admin,
       BY REFERENCE url,
       BY REFERENCE userName,
       BY REFERENCE password,
       BY VALUE sslParams,
       RETURNING tibems-status
END-CALL.
sslParams has usage pointer.
Parameters
 
Establish SSL communication using these parameters. See the section on SSL server parameters in the TIBCO Enterprise Message Service User’s Guide for more information.
Status Codes
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved