Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.MSMQ.OutboundAdapter

class EnsLib.MSMQ.OutboundAdapter extends Ens.OutboundAdapter, EnsLib.MSMQ.Base

An outbound adapter for MSMQ messages

Method Inventory

Methods

method OnInit() as %Status
This user callback method is called just after %OnNew()
method OnTearDown() as %Status
This user callback method is called just before %OnClose()
method SendMessage(pLabel As %String, pBody) as %Status
Sends an MSMQ message. Note that pBody can be either a datatype, or a character stream

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab