I am familiar with JMS and novice with Google Pub/Sub.
In JMS there are 2 options:
- Queue: only one consumer can accept message.
- Topic: each consumer accepts each message from the topic
I believe that Google Pub/Sub should support something like this, but a quick Googling didn't help me to answer that question.
Please point me out to the corresponding documentation part.