Page tree

Versions Compared

Key

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

...

Info

Summary: This document provides basic information about the extension providing Message Queues support for Java.

Extension ID

com.castsoftware.mqe

What's new?

Please see Message Queues 1.1 - Release Notes for more information.

...

This extension should be installed when analyzing projects containing Message Queue applications, and you want to view a transaction consisting of queue 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 via the Mainframe analyzer. See Support for IBM MQSeries(tick)

Supported Message Queue versions

The following table displays the supported versions matrix:

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

CAST AIP Compatibility

This extension is compatible with:

...

This extension is compatible with the following DBMS servers:

DBMSSupported
CSS(tick)
Oracle(tick)
Microsoft SQL Server(error)

Prerequisites

(tick)An installation of any compatible release of CAST AIP (see table above)

...

RabbitMQ : Sender using Default Exchange to send message to Queue


Objects 

The following specific objects are displayed in CAST Enlighten:

IconsDescription

  • ActiveMQ Producer Queue Call
  • IBM MQ Producer Queue Call
  • RabbitMQ Exchange

  • ActiveMQ Consumer Queue Receive
  • IBM MQ Consumer Queue Receive
  • RabbitMQ Queue

...