Lesson 3: Send a message

Background

In this lesson you send a message from the TestMessage saclient1 application to the TestMessage saclient2 application.

Activity
To send a message from TestMessage
  1. In the saclient1 - TestMessage window, click Message » New.

  2. In the Destination ID field, type saclient2.

  3. In the Subject field, type the current time. Using the current time makes it easy to track individual messages.

  4. In Message field, type sample.

  5. Click Send.

  6. Click OK.

  7. In the saclient2 - TestMessage window, select the message. The content of the message appears in the bottom pane.

Discussion

Like other QAnywhere applications, TestMessage uses the QAnywhere API to manage messages. The QAnywhere API is supplied as a C++ API, a Java API, a Microsoft .NET API, and a SQL API.

See also