Services/MessageQueuing: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 66: Line 66:
'''DELETE /{queue_name}'''
'''DELETE /{queue_name}'''
      
      
     Deletes a given queue created by the App.
     Deletes a given queue created by the App. When the param ''delete'' is set to ''false'', then
 
     the queue contents will be deleted, but the queue will remain registered.
'''POST /{queue_name}/clear'''
      
    Clears the given queue of all messages, without deleting it.


'''POST /{queue_name}'''
'''POST /{queue_name}'''
Line 78: Line 75:
      
      
     Raises an error if the queue does not exist.
     Raises an error if the queue does not exist.


=== Clients ===
=== Clients ===
Confirmed users
192

edits

Navigation menu