There are several ways you can read and receive messages from the queues in your system. First, you can either receive messages from the queue or you can peek at the messages on a queue without removing them. You can also create an event handler that will watch for a new message to arrive and automatically raise an event when the message arrives at the queue. The following topics explain each of these methods of working with queue messages.
For information about | See |
---|---|
Specifying the properties to retrieve when reading messages | Specifying Properties to Retrieve with a Message |
Writing code to read and receive messages | Receiving Messages Programmatically |
Looking at messages without removing them from the queue | Peeking at Messages |
Retrieving messages asynchronously | Asynchronous Message Processing |
Processing messages as part of a transaction | Transactional Message Processing |
Retrieving collections of queues and messages | Queue and Message Collections |