Page tree

Versions Compared

Key

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

...

Description

This extension provides support for Message Queues for Plain Java, Spring (XML based configuration and Annotation based configuration) and JMS.

In what situation should you install this extension?

This extension should be installed when analyzing a Java project projects containing Message Queue applications, and wanting you want to view a transaction consisting of queue call calls and queue receive objects with their corresponding links. This version supports Message Queues for:

JavaPlain Java(tick)
Spring(tick)
JMS(tick)
Mainframe-(error)

Supported Message Queue versions

...

Message QueueVersionSupport
ActiveMQ5.15.3
  • OpenWire + JMS
  • Spring + JMS with XML based configuration
  • JMS with SpringBoot
IBM MQ6.0.0, 8.0.0
  • Spring + JMS with XML and Annotation based configuration
  • SpringBoot (when queue is autowired in different file)
  • Plain Java
RabbitMQ3.6.9
  • AMQP + SLF4J
  • Spring AMQP + Spring Rabbit with XML based configuration
  • Spring AMQP with SpringBoot

...