Hi , I have an Application on PocketPC device which sends mesages to a
server via wireless network using MSMQ 3.0. When the network is unavailable
the messages go to an outbound local queue for sending upon resumed
connectivity. Getting a count from the outbound queue has proven difficult.
MessageQueue.GetPrivateQueuesByMachine(".") does not return the outbound
queue.Any ideas on getting the outbound queue message count

thanks,
prawin

RE: Pocket PC outbound queue(MSMQ) by Prawin

Prawin
Tue Sep 19 09:16:02 CDT 2006



"Prawin" wrote:

> Hi , I have an Application on PocketPC device which sends mesages to a
> server via wireless network using MSMQ 3.0. When the network is unavailable
> the messages go to an outbound local queue for sending upon resumed
> connectivity. Getting a count from the outbound queue has proven difficult.
> MessageQueue.GetPrivateQueuesByMachine(".") does not return the outbound
> queue.Any ideas on getting the outbound queue message count
>
> thanks,
> prawin
>
> We can not access the outbound queue in a ppc ...........