Uses of Class
com.mayam.wf.mq.MqException
Package
Description
This package provides the main interface to MQ handling within Mayam Tasks
and associated applications and libraries.
-
Uses of MqException in com.mayam.wf.mq
Modifier and TypeMethodDescriptionvoid
Mq.ping()
Sends a ping message to Mq to make sure it's alivevoid
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.