Tag Archives: replyProducer

ActiveMQ asynchronous patterns

In previous post, I made a simple ActiveMQ (Paper-Rock-Scissors-game).

Now we are going tune it up a bit by implementing several small design improvements:

  • Implement Return Address pattern
  • Implement Correlation Identifier pattern
  • Transform the consumer to asynchronous by replacing the method receive() with implementation of the interface MessageListener

Continue reading ActiveMQ asynchronous patterns