tibemsAdmin_Create
Function
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.
Parameters
Parameter | Description |
---|---|
admin | Store the new administrative connection in this location. |
url | Find the EMS server at this URL. |
userName | Authenticate the client program to the server with this username. |
password | Authenticate the client program to the server with this password. |
sslparams | Establish TLS communication using these parameters.
See TLS server parameters in the TIBCO Enterprise Message Service User’s Guide for more information. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.