Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download sample JMS clients

WSO2 Message Broker is used for brokering messages between JMS clients. We will use the following sample JMS clients in this quick start guide to see how this process works.how messages can be published to WSO2 MB and how the published messages can be consumed. First, you need to download and set up these clients as follows:

  1. Click this link to download the QuickStartClients.zip file, which contains the following sample clients.
    • JMS queue publisher
    • JMS queue subscriber
    • JMS topic publisher
    • JMS topic subscriber
    • JMS durable topic subscriber
  2. Extract this file to a location on your computer. We will call this <JMS_CLIENTS_HOME> from hereon.

...