Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

  1. Enable the JMS Messaging feature on MC2:
How to
application.yml
enable JMS

eagle:

    enable:

       # enable JMS messaging system
       jms: true

2. Make a low-level (common) configuration for JMS:

JMS Configurations

This document describes all basic concepts and configurations. Also it explains the meanings of configuration parameters.

For well known JMS providers, there are pre-configured templates:

In case of Apache ActiveMQ:

MC2 JMS Configuration for ActiveMQ

In case of IBM WebSphereMQ:

MC2 JMS Configuration for IBM WebSphere MQ

3. Create Eagle Stream to finally configure JMS Messaging :

Eagle JMS Stream configurations

At this point basic JMS Messaging configuration is completed.

4. Restart MC2 to apply all these configuration settings.

5. Optional. To send messages from rules to queue/topic, MC2 provides the SendAdapter rule item:

Sending messages to JMS

The eaglejms-stream protocol is reserved for JMS messaging. The eaglejms protocol is not supported.

The type of JMS messaging is defined by stream direction. See Eagle JMS Stream Configurations. The name of stream is used as part of URI. For example: eaglejms-stream:jms-test_activemq-producer-stream

where:

• eaglejms-stream - protocol

• jms-test_activemq-producer-stream - name of stream


  • No labels