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


Chapter 5 Producer : tibemsMsgProducer : tibemsMsgProducer_AsyncSend

tibemsMsgProducer_AsyncSend
Function
Purpose
Asynchronously send a message.
C Declaration
tibems_status tibemsMsgProducer_AsyncSend(
    tibemsMsgProducer msgProducer,
    tibemsMsg message
    tibemsMsgCompletionCallback asyncSendCallback,
    void* asyncSendClosure );
 
tibems_status tibemsMsgProducer_AsyncSendEx(
    tibemsMsgProducer msgProducer,
    tibemsMsg message,
    tibems_int deliveryMode,
    tibems_int priority,
    tibems_long timeToLive
    tibemsMsgCompletionCallback asyncSendCallback,
    void* asyncSendClosure );
 
tibems_status tibemsMsgProducer_AsyncSendToDestination(
    tibemsMsgProducer msgProducer,
    tibemsDestination destination,
    tibemsMsg message
    tibemsMsgCompletionCallback asyncSendCallback,
    void* asyncSendClosure );
 
tibems_status tibemsMsgProducer_AsyncSendToDestinationEx(
    tibemsMsgProducer msgProducer,
    tibemsDestination destination,
    tibemsMsg message,
    tibemsDeliveryMode deliveryMode,
    tibems_int priority,
    tibems_long timeToLive
    tibemsMsgCompletionCallback asyncSendCallback,
    void* asyncSendClosure );
Parameters
 
Remarks
These calls are not supported in COBOL.

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