New features

Following is a list of additions to QAnywhere introduced in version 10.0.1.

  • Dynamic addressing   The QAnywhere Agent can now detect active networks and automatically adjust the communication protocol and address of the MobiLink server without restarting.

    See -xd option.

  • Maximum download size   You can now set a maximum size for the download of messages.

    See -idl option and ias_MaxDownloadSize in Pre-defined client message store properties.

  • QAnywhere Server Log File Viewer   A new viewer has been added that allows you to view QAnywhere server log files. The Log File Viewer provides enhanced functionality such as filtering logged information and viewing summaries and statistics.

    See Logging the QAnywhere server.

Client API enhancements
  • Ability to handle exceptions during processing for a message listener in the .NET API   ExceptionListener delegates have been added to the .NET API. This functionality already exists in the Java API.

    See:

  • Ability to pass the owning QAManager of a message to the Listener   New interfaces have been added to the .NET and Java APIs that are convenient for calling QAManagerBase API calls inside the Listener. This is useful, for example, when acknowledging a message. The new interfaces do not require you to reference a global instance of the QAManagerBase or use other coding techniques to pass the QAManagerBase into the Listener.

    See: