Uses of Class
com.mayam.wf.mq.MqDestination
Package
Description
This package provides the main interface to MQ handling within Mayam Tasks
and associated applications and libraries.
-
Uses of MqDestination in com.mayam.wf.mq
Modifier and TypeMethodDescriptionMq.attachListener
(MqDestination source, Mq.Listener callback) Attach a listener to a specified queue or topic.void
Mq.send
(MqDestination destination, MqMessage msg) Send aMqMessage
to a given queue or topic.void
MqMessage.send
(MqDestination destination) CallsMq.send(MqDestination, MqMessage)
to send this message to a queue or topic.void
Mq.sendVolatile
(MqDestination destination, MqMessage msg) Send aMqMessage
to a given queue or topic.void
MqMessage.sendVolatile
(MqDestination destination) CallsMq.sendVolatile(MqDestination, MqMessage)
to send this message to a queue or topic. -
Uses of MqDestination in com.mayam.wf.mq.common
Modifier and TypeFieldDescriptionstatic final MqDestination
Topics.ACTIVITY_PROGRESS
Progress update containing percentage done (MayamProgress property) out of total work order, posted when an activity has finished running for one of its subjects.static final MqDestination
Topics.ALERTS
Message describes alerts and CREATE/UPDATE and DELETEstatic final MqDestination
Queues.ANALYTICS
Messages sent to the analytics queue will be forwarded to ElasticSearch/KIbana by analytics-daemon.static final MqDestination
Topics.ASSET_CREATE
Messages are generated by the MAM adapter when it detects an asset creation.static final MqDestination
Topics.ASSET_DELETE
Messages are generated by the MAM adapter when it detects an asset deletion.static final MqDestination
Topics.ASSET_UPDATE
Messages are generated by the MAM adapter when it detects an asset update.static final MqDestination
Queues.BACKUP
Messages to be handled by themqbackup-daemon/MqBackupConsumer
daemon.static final MqDestination
Queues.BPMS_EVENTS
Messages to be handled by thebpms-event-daemon/MqConsumer
daemon.static final MqDestination
Topics.BULK
Message describes a series of CREATE/UPDATE/DELETE task operations that have been performed in bulk.static final MqDestination
Topics.CHKSUM_MONITOR
Message describes a file checksum event.static final MqDestination
Topics.CONFIG_UPDATE
Describes a configuration being updated; the name of which is available as the MayamConfigId property.static final MqDestination
Topics.DISCUSSION_UPDATE
Describes a discussion being updated; the name of which is available as the MayamDiscussionId property.static final MqDestination
Topics.FILE_MONITOR
Message describes a file event.static final MqDestination
Topics.JOB_ABORT
Messages are generated by the MAM adapter when it detects a job being aborted.static final MqDestination
Topics.JOB_DONE
Messages are generated by the MAM adapter when it detects a job being done.static final MqDestination
Topics.JOB_FAILED
Messages are generated by the MAM adapter when it detects a job failure.static final MqDestination
Topics.JOB_STARTED
Messages are generated by the MAM adapter when it detects a job start.static final MqDestination
Topics.JOB_UPDATED
Messages are generated by the MAM adapter when it detects a job update.static final MqDestination
Queues.MAIL
Messages sent to email queue.static final MqDestination
Queues.MAM_INCOMING
Messages to be handled by thetasks/MamIncomingConsumer
daemon, causing updates to be performed on tasks matching assets affected by MAM updates.static final MqDestination
Queues.NOTIFICATION
Messages sent to the notification queue will be handled by the notification-daemon.static final MqDestination
static final MqDestination
Topics.REPORT_DONE
Message describes a report that has finished processing.static final MqDestination
Queues.REPORTS
Messages to be handles byjasper-daemon/ReportRequestConsumer
or equivalent daemon.static final MqDestination
Topics.SEGMENT_SAVED
Messages are generated by the MAM adapter when it detects a segmentation update.static final MqDestination
Topics.TASK_CREATE
Messages are generated as part of theCREATE_TASK
task creation server activity.static final MqDestination
Topics.TASK_DELETE
Messages are generated as part of theDELETE_TASK
task deletion server activity.static final MqDestination
Topics.TASK_UPDATE
Messages are generated as part of any work order including a server activity that modifies one or more task attribute.static final MqDestination
Queues.TRAFFIC_DAEMON_REQUEST