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 4 Next »


Step 1:

Enable JMS Messaging feature on MC2:

How to
application.yml
enable JMS

eagle:

    enable:

       # enable JMS messaging system
       jms: true

Step 2:

Now we have to 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 paramenets.

For well known JMS providers we prepared 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


Step 3:

Now it is time to create Eagle Stream to get JMS Messaging finally configured:

Eagle JMS Stream configurations


Step 4:

At this point basic JMS Messaging configuration is completed.

You have to restart MC2 to apply all these configuration settings.


Step 5 (optional):

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

Sending messages to JMS





  • No labels