Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  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:

See https://eagleinvsys.atlassian.net/wiki/spaces/MC2/pages/398066241/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 For Apache ActiveMQ:

MC2 JMS Configuration for ActiveMQ

In case of For IBM WebSphereMQ:

MC2 JMS Configuration for IBM WebSphere MQ

...

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


https://eagleinvsys.atlassian.net/wiki/spaces/MC2/pages/403800379/Sending+messages+to+JMS



Info

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

...