IMessageQueue Methods |
The IMessageQueue type exposes the following members.
Name | Description | |
---|---|---|
CleanUp |
Called when the Mailbox this queue belongs to is disposed of. Normally
it is expected to transfer all remaining messages into the deadletter queue which is passed in. The owner
of this IMessageQueue is passed in if available (e.g. for creating DeadLetters),
"/deadletters" otherwise.
| |
Enqueue |
Enqueues an mailbox envelope onto the message queue
| |
TryDequeue |
Tries to pull an envelope of the message queue
|