Messaging Control

The command-line messagingControl.bat or messagingControl.sh utility allows you to change the Messaging configuration at runtime.

It is provided for the TIBCO MDM Messaging Queue operations, such as start, stop, and re-configure. This utility is available in the $MQ_HOME/bin folder. The messagingControl.bat utility allows you to start queue processing, stop queue processing, or refresh the configuration. The refresh configuration includes stop processing, read the configuration, and restart processing.

The following is an example of how to adjust the thread pool size at runtime:
MessagingControl.bat <fully qualified hostname> <cluster instance> <Logical destination queue name> <mode>

where,

  • <fully qualified host name>: Host name (For example, localhost)
  • <cluster instance>: Cluster instance (For example, Member1)
  • <Logical destination queue name>: Logical Queue Name
    (IndexingAsyncCall, Workflow, AsyncCall)
  • <mode>: start, stop, resume, or suspend

Similar functionality is available through the JMX bean. See TIBCO MDM Monitoring and Management Using JMX for more details.