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

class EnsLib.MQSeries.Message extends %RegisteredObject

MQ Series Message wrapper

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 1


Summary

Properties
Body BodySize BodyStream MessageId Source

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
BodySizeGet


Properties

• property Body as %String(MAXLEN="");
Contains the message body as a string unless the body is too long, or unless the Adapter's ContentStreamClassname property was set to always use BodyStream instead
• property BodySize as %Integer [ Calculated ];
• property BodyStream as %RegisteredObject;
Contains the message body as a stream if property Body is empty
• property MessageId as %String(MAXLEN=128);
• property Source as %String(MAXLEN="");

Methods

• method BodySizeGet() as %Integer
This is a Get accessor method for the BodySize property.


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