Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

CreateMessage Method

Adds a message to the queue.

Syntax

[VB.NET]
Public Sub CreateMessage(ByVal MessageText As String)
[C#]
public void CreateMessage(string messageText);

Remarks

This method creates a new message in the queue specified by QueueName. The MessageText parameter specifies the text of the message that is being created and may hold up to 8KB of data. MessageText must be XML compliant.

The MessageTTL (message time-to-live) setting specifies how long a message will remain in the queue, from the time it is added to the time it is retrieved and deleted. The default time-to-live interval is 7 days. If a message is not retrieved before the time-to-live interval expires, the message is removed from the queue.

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