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


Chapter 5 Producer : tibemsMsgProducer : tibemsMsgProducer_GetDestination

tibemsMsgProducer_GetDestination
Function
Purpose
Get the destination of a message producer object.
C Declaration
tibems_status tibemsMsgProducer_GetDestination(
    tibemsMsgProducer msgProducer,
    tibemsDestination* destination );
COBOL Call
CALL "tibemsMsgProducer_GetDestination"
USING BY VALUE msgProducer,
BY REFERENCE destination,
RETURNING tibems-status
END-CALL.
 
msgProducer and destination have usage pointer.
Parameters
 
Remarks
Each send call directs a message to a destination.
Programs can use this property to define a default destination for messages that this producer sends. Individual sending calls can override this default value.
Programs set this destination when creating the sender, and cannot subsequently change it.

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