× Use Easybots Studio to download and use the bots from this app

App

Microsoft Message Queues

Free

Description

Bots that know how to work with for Microsoft Message Queues

Author

Easybots Devs

Version

1.0.30.0

Available bots in this app

MSMQBot
Actions
Exists

Inputs

  • messageQueuePath : String

Returns

  • return : Boolean
Create

Inputs

  • messageQueuePath : String
  • transactional : Boolean

Returns

HasMessages

Inputs

  • messageQueuePath : String

Returns

  • return : Boolean
CountMessages

Inputs

  • messageQueuePath : String

Returns

  • return : Int32
Enqueue

Inputs

  • messageQueuePath : String
  • objectBytes : Byte[]

Returns

Dequeue

Inputs

  • messageQueuePath : String

Returns

  • objectBytes : Byte[]