A
Alexander Oldemeier
Hi there. Does anyone have an idea how to manage a MessageQueue used to
receive messages asynchronously from a remote computer in an environment
where the network connection may be down sometimes?
The problem I experienced was that the MessageQueue object seems to be
nonfunctional even after the network connection is back again. When I try to
dispose and recreate the MessageQueue object when the connection is back it
still does not work (EndReceive raises an exception) - so after the
connection is down one time, I have no chance to read from the same queue
until I restart the application. I use C# with VS.NET 2003. Thanks for any
hints
Alex
receive messages asynchronously from a remote computer in an environment
where the network connection may be down sometimes?
The problem I experienced was that the MessageQueue object seems to be
nonfunctional even after the network connection is back again. When I try to
dispose and recreate the MessageQueue object when the connection is back it
still does not work (EndReceive raises an exception) - so after the
connection is down one time, I have no chance to read from the same queue
until I restart the application. I use C# with VS.NET 2003. Thanks for any
hints
Alex