iron-io / issues

For Iron.io services issue tracking. Public facing issue tracking for behind the scenes issues.
5 stars 0 forks source link

Please implement peekMessages() and clear() for push queues #86

Open titos1 opened 10 years ago

titos1 commented 10 years ago

It would be really useful if I could peekMessages() on Push Queues, the messages of which are posted with the delay param set to some (high) number of seconds. I would like to be able to do that knowing just the queue name, not any message IDs.

Also, I would like to be able to clear() a Push Queue, again just knowing its name, so no messages (with the delay param set) are delivered to the subscribers.

Thank you

treeder commented 10 years ago

Thanks for the request, we'll look into this soon.