Welcome to MSDN Blogs Sign in | Join | Help

Subqueues

How do I create a subqueue for dead lettering messages with MSMQ?

Subqueues are a relatively new feature of MSMQ that do not actually involve creating a new physical queue. Instead, the subqueue represents a logical group of messages that are stored inside the parent physical queue. Messages can cheaply move between the parent queue and the subqueue.

Since there is no physical queue being created, the distinguishing feature of subqueues must therefore be the address used to put messages into the queue. The subqueue syntax adds to the URI scheme for referring to a queue. Here is the URI scheme for net.msmq.

net.msmq://hostname/[private/]queuename[;subqueuename]

The bracketed sections in the above scheme represent the optional parts.

Next time: Abort Instances on Errors

Published Tuesday, June 19, 2007 5:00 AM by Nicholas Allen
Filed under: , ,

Comments

Tuesday, June 19, 2007 12:14 PM by Nicholas Allen's Indigo Blog

# Irrevocable Certificates

A certificate revocation list is a way to revoke and expire an individual certificate at any time. Revocation

New Comments to this post are disabled
 
Page view tracker