Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Message Queues | Peek Events on a Queue
 
Peek Events on a Queue
Consume events from a Universal Messaging Queue in a non-destructive manner
Usage
qpeek <rname> <queue name> [debug] [selecter] [count]


<Required Arguments>

<rname> - the custom URL to access the realm. Example: nhp://localhost:9000
<queue name> - Queue name on which to peek

[Optional Arguments]

[debug] - The level of output from each event, 0 - none, 1 - summary, 2 - EIDs, 3 - All
[selector] - The event filter string to use
[count] - The number of events to wait before printing out summary information
Application Source Code
Click here for a code example