Selecting the transport and formatter

After creating a send request action, you must select the transport and formatter for it. For the Send Reply action, the transport is defined in the Send Request action and, therefore, there is no need to set it.

Procedure

  1. In the Test Factory, open the test that contains the Send Request action.
  2. Double-click the Send Request action to open it for editing.
  3. If necessary, click the Config tab.

    The Transport field and Formatter lists are displayed at the top of the tab.

    image of screen to select transport and formatter

  4. Click Browse to select a RabbitMQ transport in the Select a Resource dialog, and then select any of the following options:
    1. Select the option for obeying references.
      If you select No, you can select any transport in the project. If you select Yes, you can select only transports that are referenced (directly or indirectly) by the operation that contains the test.
    2. Optional: Select the option you want. If you select Only Direct, you can select only transports that are referenced directly by the operation that contains the test.
  5. Locate and select the required transport in the resource tree.
  6. Click OK when finished.
  7. In the Formatter list, click RabbitMQ.

What to do next

You can proceed to configuring the publication task.