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

CreateMessage Method

Adds a message to a queue.

Syntax

[VB.NET]
Public Function CreateMessage(ByVal QueueId As String, ByVal Message As String) As String
[C#]
public string CreateMessage(string queueId, string message);

Remarks

Adds a message to the queue specified. If VisibilityTimeout is specified it is updated for all the messages in the queue.

AddMessage returns a message id assigned to the message that is added to a queue. This can then be used to ListMessages or DeleteMessage.

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