Push Entry into Process Dictionary Queue
-
Description
POST /proc_queue_push HTTP/1.1
{"key":"[key]","value":"[value]"} -
Possible Responses
{"code":0,"message":"Success","size":10} // size is the current number of entries in the queue -
Notes
- Push an entry with value
[value]into the process dictionary queue identified by[key] [key]identifies the queue and is used to retrieve values[value]is a string
- Push an entry with value