Versions Compared

Key

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

...

Most of the implementation was done with the standard JMS implementation of Java. The only class from the active MQ implementation is the ActiveMQConnectionFactory class. It shouldn´t be too complex to change the implementation with the ConnectionFactory of your desired message queue service.

Download

A zip file of this example implementation is available here.

Prerequisites

  • A running Message Queue server (The example uses Apache Active MQ)
  • A running JobScheduler
  • Maven (only needed if you want to build the example as a maven project)

...