Swing test client

Description

When you have implemented a piece of integration logic, it's nice to have a testing tool available. But because of the variety of transport protocols this tool is difficult to find. Therefore we decided to create a redumentary test tool ourselves. We call this tool the Swing test client in the book, we have yet to find a better name for it. What it does is offer support for a number of transport protocols:

  • JMS queues and topics
  • HTTP/SOAP
  • File


  • You can send XML or text messages stored in a file and direct Java beans with the Swing test client. For Java beans editing we have used MetaWidget. So you can fill the field values of Java beans via the Swing test client.

    Download

    You can download the Swing test client here.

    Run the test client

    To start the Swing test client, use the following command:

    java -jar osesb-test-client.jar

    A screenshot of the Swing test client is shown below.