The main issue I see here is that you are doing a waitfor receive at the end
and you could get a low priority message there. If that's not an issue, it
should work. Most people use different queue for different priorities which
is easier to manage because you don't have to mess with getting the dialogs
into the right conversation groups. Doing receives without a where clause
is also more efficient but the difference isn't huge.

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
>I would like to use SSB to create priority queues so that I can process
>some messages before other messages. I am currently thinking that I am
[quoted text clipped - 31 lines]
> Thanks,
> Wells
Wells Caughey - 30 Jan 2006 14:13 GMT
You're right, using multiple queues does make more sense.
Thanks for you help,
Wells
> The main issue I see here is that you are doing a waitfor receive at the
> end and you could get a low priority message there. If that's not an
[quoted text clipped - 38 lines]
>> Thanks,
>> Wells