MessageQueue
The Wisej.NET MessageQueue component wraps Windows Message Queuing technology, enabling communication between applications across heterogeneous networks and systems, even when temporarily offline. Applications can send, receive, or peek (read without removing) messages from queues.
warning
Message Queuing is an optional Windows component that must be installed separately.
Features
Queue Operations
The MessageQueue class provides methods for queue interaction:
Send(Object): Send messages to the queuePeek: Read messages without removalReceive: Retrieve and remove messages
Queue Management
Create new queues or connect to existing ones:
- Specify a path in the constructor to connect to existing queues
- Create new queues on the server
- Configure properties like
CategoryandLabelafter association
info
Behavior may vary slightly depending on the Message Queuing version and operating system. For details, see: