Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

pub/sub subscription in order (PHP)

Hi, Im Wayne.

I'm subscribing messages with "pull" method in PHP.

I'm wondering if I could get messages in order in PHP (messages are published in order)

I found that PHP has no API with ordered subscription but it seems like I subscribe messages in order with pull method automatically without any ordering codes.

Thanks.

0 1 1,588
1 REPLY 1

You can read how you can order messages on pubsub on the next documentation, which describes how you can enable messages ordering.