Message Brokers

org.mactor.brokers.file.FileMessageBroker

A message broker for communicating via file shares.

org.mactor.brokers.http.HttpMessageBroker

A simple message broker that supports posting/receinving XML messages over
 HTTP (optionally with a response)

org.mactor.brokers.jms.JmsMessageBroker

A message broker for JMS (it should work with any JMS implementation - just
 add the client JMS libraries from the particular JMS product to the MActor
 class path)

org.mactor.brokers.mqseries.MqSeriesMessageBroker

A message broker for IBM MQ Series (add the com.ibm.mq.jar library from your
 version of MQ Series to the MActor classpath)

org.mactor.brokers.soap.SoapMessageBroker

A SOAP message broker that supports both incoming operations (MActor working
 as a SOAP-server) and outgoing operations (MActor working as a SOAP-client)

org.mactor.brokers.tibrv.TibcoRvMessageBroker

A message broker for Tibco Rendezvous (suitable for TIBCO BusinessWorks
 projects). (Add the tibrvj.jar library from your version of TIBCO Rv to the
 MActor classpath)