[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Receives the next message produced for this message consumer.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
Return Value
the next message produced for this message consumer, or null if this message consumer is concurrently closed
Remarks
This method consumes the next message from the destination (synchronously). When the destination does not have any messages ready, this method blocks:
- If a message arrives at the destination, this call immediately returns that message.
- If another thread closes the consumer, this call returns null.
When calling receive within a transaction, the consumer retains the message until transaction commits.