Class Queues

java.lang.Object
com.mayam.wf.mq.common.Queues

public class Queues extends Object
Well known queues used within Mayam Tasks and associated tools.
Author:
Markus MÃ¥rtensson
  • Field Details

    • MAM_INCOMING

      public static final MqDestination MAM_INCOMING
      Messages to be handled by the tasks/MamIncomingConsumer daemon, causing updates to be performed on tasks matching assets affected by MAM updates. All messages are created by Mayam MAM adapters and collected from the Topics associated with them.
    • BACKUP

      public static final MqDestination BACKUP
      Messages to be handled by the mqbackup-daemon/MqBackupConsumer daemon. Receives all messages created by Mayam that are not transient notifications. The daemon causes the messages to be copied to disk for troubleshooting purposes.
    • BPMS_EVENTS

      public static final MqDestination BPMS_EVENTS
      Messages to be handled by the bpms-event-daemon/MqConsumer daemon. Receives all messages created by Mayam that are not transient notifications. The daemon forwards events to bpms process instances and starts new process instances
    • MAIL

      public static final MqDestination MAIL
      Messages sent to email queue. To be handled by Mule
    • TRAFFIC_DAEMON_REQUEST

      public static final MqDestination TRAFFIC_DAEMON_REQUEST
    • REPORTS

      public static final MqDestination REPORTS
      Messages to be handles by jasper-daemon/ReportRequestConsumer or equivalent daemon. Messages should contain REPORT_* attributes for the report requested.
    • ANALYTICS

      public static final MqDestination ANALYTICS
      Messages sent to the analytics queue will be forwarded to ElasticSearch/KIbana by analytics-daemon.
    • NOTIFICATION

      public static final MqDestination NOTIFICATION
      Messages sent to the notification queue will be handled by the notification-daemon.