PRB: Independent Clients Cannot Recieve Messages While Offline

Last reviewed: January 6, 1998
Article ID: Q178926
The information in this article applies to:
  • Microsoft Message Queue Server version 1.0

SYMPTOMS

When attempting to receive messages sent to a public local queue on a independent client, all ActiveX clients stop responding while offline when invoking the "open" method.

NOTE: Eventually the network call times out and control is returned to the client application. At that point, it works as expected. This time out varies from two to ten minutes.

CAUSE

When the "open" method is invoked, the ActiveX object attempts to query the queue properties from the site controller, and not the local data store.

WORKAROUND

This problem has been fixed in the Windows NT Option Pack version of Microsoft Message Queue Server (MSMQ). You can resolve this problem by downloading this version and upgrading all independent clients to this version. You can find this version of MSMQ at:

   http://www.microsoft.com/ntserver/guide/whatisntop.asp

Although upgrading to the Windows NT Option Pack version of MSMQ is recommended, a workaround is to use private queues, because private queues do not suffer from this problem. Private queue information exists only on the local hard disk drive in the Msmq\Storage\Lqs directory, not on the site controller.

REFERENCES

For more information on using the MSMQ ActiveX objects, refer to the SDK online documentation.


Additional query words: active x hang hung freeze frozen lock locked up
Keywords : kbusage MQQueue
Version : WINNT:1.0
Platform : winnt
Hardware : ALPHA x86
Issue type : kbprb
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 6, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.