Overview

This is an example of how use the Java JMS api with Apollo.

Prereqs

  • Install Java SDK
  • Install Maven

Building

Run:

mvn install

Running the Examples

In one terminal window run:

java -cp target/example-0.1-SNAPSHOT.jar example.Listener

In another terminal window run:

java -cp target/example-0.1-SNAPSHOT.jar example.Publisher

You can control to which stomp server the examples try to connect to by setting the following environment variables:

  • STOMP_HOST
  • STOMP_PORT
  • STOMP_USER
  • STOMP_PASSWORD