iron_mq_php
iron_mq_php copied to clipboard
Sequential push messages
Hello,
I am using Iron.io's push queues and I found out that messages are not pushed sequentially. I mean, I need a process to end to start (and to be pushed) another one.
The current behavior is that a message is pushed before the previous one has ended. Is there any way to prevent this behavior?
No, messages are pushed as they come in, concurrently, we don't wait for one request to finish before sending the next one.
Is there any way to force it?
No, but you can poll instead of push then you can control it.