Documentation Index

Fetch the complete documentation index at: https://kb.lasernetgroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Azure Storage Queue Command

Prev Next

Applies to: Lasernet Core 11

Azure Storage Queue commands are added through the Commands menu in Lasernet Developer.

The Commands pane in Lasernet Developer.

There are five command types:

  • Create Queue

  • Delete Queue

  • Insert Message

  • Peek Message

  • Get Message

Create Queue

This command type is used for creating a message Queue.

Properties for a CREATE QUEUE command.

Delete Queue

This command type is used for deleting a message Queue along with all contained messages.

Properties for a DELETE QUEUE command.

Insert Message

This command type is used for inserting a message in a specified Queue.

Properties for a INSERT MESSAGE command.

Data can be inserted from either JobData or a JobInfo.

Peek Message

This command type is used for peeking at a message in a specified Queue. Peeking a message does not delete it.

Properties for a PEEK MESSAGE command.

Data can either be inserted in JobData or a JobInfo.

For a list of JobInfos set, see JobInfos in Azure Storage Input Module.

Get Message

This command type is used for fetching a message from a specified Queue. Fetching the message will delete it from the Queue.

Properties for a GET MESSAGE command.

Data can either be inserted in JobData or a JobInfo.

For a list of JobInfos set, see JobInfos in Azure Storage Input Module

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com