[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Create a QueueSender object to send messages to the specified queue

Namespace:  TIBCO.EMS.UFO
Assembly:  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.

See Also