AifGatewayQueue::submitMessageSetToQueue Method
Submits a message set to a queue.
Syntax
client server public static void submitMessageSetToQueue(
AifMessageSetEnumerator messageEnumerator,
AifPortName inboundPortName,
boolean syncProcess,
UserConnection dbConnection,
AifWindowsUser submittingUser,
[boolean aosSkipValidate])
Run On
Called
Parameters
- messageEnumerator
Type: AifMessageSetEnumerator Class
An instance of the AifMessageSetEnumerator class that wraps the input message set.
- inboundPortName
Type: AifPortName Extended Data Type
The name of the inbound port.
- syncProcess
Type: boolean
A Boolean value that indicates whether this call is performed as a part of a synchronization operation.
- dbConnection
Type: UserConnection Class
An instance of the UserConnection class that represents an optional database connection.
- submittingUser
Type: AifWindowsUser Extended Data Type
A full Windows user name that identifies the user who submitted the message set.
- aosSkipValidate
Type: boolean
A Boolean value that indicates whether a validation check is performed; optional.