Skip to main content

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