Skip to content

Commit

Permalink
correct header name and http method
Browse files Browse the repository at this point in the history
  • Loading branch information
psalaets committed Mar 21, 2013
1 parent ebdb62e commit 42ba53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/reference/push_queues/index.md
Expand Up @@ -76,7 +76,7 @@ If you'd like to take more time to process messages, see 202 section below.
If you'd like to take some time to process a message, more than the 60 second timeout, you must respond with HTTP status code 202.
Be sure to set the "timeout" value when [posting your message](/mq/reference/api) to the maximum amount of time you'd like your processing to take.
If you do not explicitly delete the message before the "timeout" has passed, the message will be retried.
To delete the message, check the "Iron-Message" header and POST an empty request to that link.
To delete the message, check the "Iron-Subscriber-Message-Url" header and send a DELETE request to that URL.

### Push Queue Headers

Expand Down

0 comments on commit 42ba53e

Please sign in to comment.