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


Chapter 4 Consumer : tibemsMsgConsumer : tibemsMsgConsumer_GetDestination

tibemsMsgConsumer_GetDestination
Function
Purpose
Get the destination from a message consumer.
C Declaration
tibems_status tibemsMsgConsumer_GetDestination(
    tibemsMsgConsumer msgConsumer,
    tibemsDestination* destination );
COBOL Call
CALL "tibemsMsgConsumer_GetDestination"
USING BY VALUE msgConsumer,
BY REFERENCE destination,
RETURNING tibems-status
END-CALL.
 
msgConsumer and destination have usage pointer.
Parameters
 
Remarks
The consumer consumes messages from this destination.
Programs set this destination when creating the consumer, and cannot subsequently change it.

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