Register
Log in
Home
App Stores
Public App Store
Private App Store
Apps Shared With Me
Solution Stores
Public Solutions
Private Solutions
Solutions Shared With Me
My Web Apps
My Web Bots
My Web Bots For Sharing
Start/Stop Apps Remotely
Documentation
What is Easybots?
Solution Tutorials
1. My Web Bots & USB Cam
Developer Tutorials
1. My First Bot
2. Triggers
3. Passing Data
4. Data Models
5. GitHub (on github.com)
6. Dev Cheat Sheet
Blog
Community
FAQ
Blog
Pricing
×
Use Easybots Studio to download and use the bots from this app
Add To Favorites
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[]