Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Read outgoing queue

0 views
Skip to first unread message

Boris Jurado

unread,
Oct 19, 2005, 10:15:58 AM10/19/05
to
Hi, I need to read the messages in the outgoing queue. Any example of
how to implement the MQReceiveMessage method in .Net to achieve this?

Thanks.

Frank Boyne

unread,
Oct 21, 2005, 8:05:19 PM10/21/05
to
"Boris Jurado" <boris....@gmail.com> wrote in message
news:1129731358.7...@g43g2000cwa.googlegroups.com...

> Hi, I need to read the messages in the outgoing queue. Any example of
> how to implement the MQReceiveMessage method in .Net to achieve this?

Sorry, I don't think it can be done.

To access the outgoing queue you need to open a queue handle using the
MQ_ADMIN_ACCESS flag to indicate that you want to access the outgoing queue
not the actual queue whose format name you used. When you use .NET, there's
no way to control the flags that .NET uses to open the underlying queue
handle.


0 new messages