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


Chapter 7 Connection : tibemsConnection : tibemsConnection_Start

tibemsConnection_Start
Function
Purpose
Start delivering inbound messages.
C Declaration
tibems_status tibemsConnection_Start(
    tibemsConnection connection );
COBOL Call
CALL "tibemsConnection_Start"
USING BY VALUE connection,
RETURNING tibems-status
END-CALL.
 
connection has usage pointer.
Parameters
 
Remarks
When a connection is created, it is stopped. It does not deliver inbound messages until the program calls this function to explicitly start it.
If the connection is not stopped, this call has no effect.
Outbound messages flow even before calling start.
See Also
tibemsConnection_Stop on page 223

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