cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Queuing - Action Blocks (Queue Get, Queue Put , Queue List, Queue Delete)

0 Likes
593

Does any one know how to use Queue Get, Queue Put, Queue List, Queue Delete

action blocks?

There is neither any help documentation nor any previous queries in the forum for this.

Thanks and Regards

Khaleel Badeghar

View Entire Topic
salvatore_castro
Product and Topic Expert
Product and Topic Expert
0 Likes

Khaleelurrehman,

These action blocks simple write to an XML file and behave exactly the way you would expect them to.

Get - Get value from Queue, FIFO

Put - Write a value to a Queue

List - Get a list of valid Queues

Delete - Remove Queue from operation, deletes all values contained in the Queue.

Hope this helps.

-Sam

0 Likes

Hi Sam,

Thanks for your reply.

I wanted to know what exactly is to be given in ID, QueueName in the configuration of Queue action blocks.

Thanks and Regards

Khaleel

jcgood25
Active Contributor
0 Likes

Since the nature of the xMII product leads to creative innovation, sometimes trial and error is the best way to learn the specific behavior of action blocks like these. By using the link editor and Tracer actions, along with Windows Explorer to confirm the physical saved xml files, you should be able to figure out these action blocks quite easily.

Best Regards,

Jeremy Good