[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Construct a QueueRequestor object given a queue session and queue.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public QueueRequestor( QueueSession session, Queue queue ) |
Public Sub New ( _ session As QueueSession, _ queue As Queue _ ) |
public: QueueRequestor( QueueSession^ session, Queue^ queue ) |
Parameters
- session
- Type: TIBCO.EMS..::.QueueSession
The non-transacted QueueSession.
The requestor operates within this queue session.
This session must not use transaction semantics. Its delivery mode must be either AutoAcknowledge or DupsOkAcknowledge.
The Close method also closes this session as a side effect.
- queue
- Type: TIBCO.EMS..::.Queue
The queue destination on which to send a request and wait for a reply. Note that this queue must belong to the QueueSession provided by the session parameter
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS..::.EMSException | An EMSExceptin may be thrown in case of failure |