Confirmed users
192
edits
No edit summary |
No edit summary |
||
| Line 153: | Line 153: | ||
Params: | Params: | ||
''queue_name'' (Optional) - Name of the queue to create | ''queue_name'' (Optional) - Name of the queue to create | ||
''partitions'' (Optional) - How many partitions the queue should have (defaults to 1) | ''partitions'' (Optional) - How many partitions the queue should have (defaults to 1) | ||
| Line 162: | Line 161: | ||
Params: | Params: | ||
''delete'' (Optional) - If set to ''false'', then the queue contents will be deleted, but the queue will remain registered. | ''delete'' (Optional) - If set to ''false'', then the queue contents will be deleted, but the queue will remain registered. | ||
| Line 179: | Line 177: | ||
Params: | Params: | ||
''since_timestamp'' (Optional) - All messages newer than this timestamp, should be formatted as seconds since epoch in GMT | ''since_timestamp'' (Optional) - All messages newer than this timestamp, should be formatted as seconds since epoch in GMT | ||
''limit'' (Optional) - Only return N amount of messages, defaults to 100 | ''limit'' (Optional) - Only return N amount of messages, defaults to 100 | ||
| Line 191: | Line 188: | ||
Example response: | Example response: | ||
{ | { | ||
'partitions': 4, | 'partitions': 4, | ||