Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [MQSeries] >  [InboundAdapter]
Private  Storage   

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

This adapter is for connecting to IBM WebSphere MQ.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3


Summary

Properties
%CredentialsObj %WarnedLatest %initQueueNeeded BusinessHost
CallInterval Channel CharSet ContentStreamClassname
Credentials ErrorFile KeepaliveInterval QueueManager
QueueName RegistryID

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AssignOneSetting ClearAllAppData ClearRuntimeAppData ClearStaticAppData
CredentialsSet EnumerateSettingsClose EnumerateSettingsExecute EnumerateSettingsFetch
GetSettings InitQueue OnInit OnKeepalive
OnTask OnTearDown


Properties

• property ContentStreamClassname as %String [ InitialExpression = "*%Stream.GlobalCharacter" ];
In your Service's OnInit() method, set this property to the name of a class you would like to receive as the Stream property of the pInput Message argument to your OnProcessInput method. If this value is empty or begins with a * character then the Body string property will be used unless the input is too long for the system maximum string size. If this value is empty or *, the class "%Stream.GlobalCharacter" will be used if the input is too long.

Methods

• method OnInit() as %Status
This user callback method is called just after %OnNew()
• method OnTask() as %Status
default InboundAdapter behavior: always call ProcessInput on CallInterval
• method OnTearDown() as %Status
This user callback method is called just before %OnClose()


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.