tibemsMsgProducer_GetDestination
Function
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.
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 © 2021. Cloud Software Group, Inc. All Rights Reserved.