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

class EnsLib.AmazonSQS.InboundAdapter extends EnsLib.Amazon.Common, EnsLib.PEX.InboundAdapter

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3 1


Summary

Properties
%CredentialsObj %WarnedLatest %gatewayConnection %gatewayExtraClasspaths
%gatewayHost %gatewayName %gatewayPort %gatewayProxy
%gatewayTimeout %remoteClassname %remoteSettings BusinessHost
CallInterval Credentials CredentialsFile DeleteAfterReceive
KeepaliveInterval Queue ReceiveSettings Region
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 CheckGatewayConnection CheckGatewayDisconnection ClearAllAppData
ClearRuntimeAppData ClearStaticAppData Connect CredentialsSet
Disconnect EnumerateSettingsClose EnumerateSettingsExecute EnumerateSettingsFetch
GetCloudClientJARPaths GetMessagingClientJARPaths GetSettings OnGetConnections
OnInit OnKeepalive OnTask OnTearDown
SetPropertyValues deserialize dispatchSendRequestAsync dispatchSendRequestSync
serialize


Parameters

• parameter SETTINGS = "Queue:Amazon SQS,DeleteAfterReceive:Amazon SQS,ReceiveSettings:Amazon SQS";
List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

• property DeleteAfterReceive as %Boolean [ InitialExpression = 1 ];
Delete message on server after receive
• property Queue as %String(MAXLEN=100) [ Required ];
Queue name
• property ReceiveSettings as %String(MAXLEN=300);
Parameters to receive messages as JSON string

Methods

• method OnInit() as %Status
This user callback method is called just after %OnNew()


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