JMS Support

Applies to ReadyAPI 3.51, last modified on March 21, 2024

Java Message Service is an API for exchanging messages between applications. ReadyAPI supports JMS messaging, so you can send and receive both text and binary messages.

To test JMS services, you need to do the following:

  1. Configure a JMS provider. The following topics provide information on how to configure some popular JMS providers:

  2. Establish a connection to the provider. In ReadyAPI, you can do it in the following ways:

    ReadyAPI does not support using HermesJMS as a JMS connector starting with version 3.1.
    If you use an earlier version of ReadyAPI, we still strongly recommend that you connect using one of the methods above because HermesJMS is no longer maintained by its developer.
  3. Then, you can send JMS requests. The preferred way of sending JMS requests in ReadyAPI is using a JMS Request. Besides that, you can:

    Also, you can emulate a JMS server by using the JMS virtual services.

See Also

JMS Messages
Working With JMS From Groovy Scripts

Highlight search results