Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%External] >  [Messaging] >  [JMSMessage]
Private  Storage   

class %External.Messaging.JMSMessage extends %External.Messaging.Message

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5


Summary

Properties
bytesBody destination properties textBody type

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %JSONExport
%JSONExportToStream %JSONExportToString %JSONImport %JSONNew
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject FromJSON FromRemoteObject ToJSON

Subclasses
EnsLib.JMSPEX.Message

Properties

• property bytesBody as %GlobalBinaryStream;
Message body for type Bytes
• property destination as %String [ Required ];
JMS queue/topic name
• property properties as list of %External.Messaging.JMSMessageProperty;
Message properties
• property textBody as %String(MAXLEN="");
Message body for type Text
• property type as %String [ Required ];
Message type: Text or Bytes


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