Skip to main content

EnsLib.MQSeries.OutboundAdapter

class EnsLib.MQSeries.OutboundAdapter extends Ens.OutboundAdapter, EnsLib.MQSeries.CommonAdapter

This adapter is for connecting to IBM WebSphere MQ.

Method Inventory

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method OnTearDown() as %Status
Inherited description: This user callback method is called just before %OnClose()
method SendMessage(pBody As %String, pMsgId As %String = "") as %Status
Sends an MQ Series message. Note that pBody can be either a simple datatype (string) or a character stream

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab