[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Create a QueueSender object to send messages to the specified queue
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public QueueSender CreateSender( Queue queue ) |
Public Function CreateSender ( _ queue As Queue _ ) As QueueSender |
public: QueueSender^ CreateSender( Queue^ queue ) |
Parameters
- queue
- Type: TIBCO.EMS.UFO..::.Queue
the Queue to access, or null if this is an unidentified producer
Remarks
The QueueSender object will be recreated during connection recovery process.