Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

MaxMessages Property

The maximum number of messages retrieved from the queue.

Syntax

[VB.NET]
Public Property MaxMessages As Integer

[C#]
public int MaxMessages {get; set;}

Remarks

The maximum number of messages retrieved by ListMessages. This is not the number of messages that will be returned, but just the maximum number that will be returned.

Amazon's SQS service dictates that this parameter should be between 1 to 10, all other values are illegal.

Default Value

1

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0