I'm not sure I understand your answer. Maybe my question was unclear... I am publishing messages onto a topic. If my app isn't running I'm happy for those messages to disappear. AND I don't want a backlog of messages when I switch my app on. I want topic behaviour, not queue behaviour (which is what I'm getting when I create a subscriber).
On Mon, 29 Oct 2018 at 18:12, 'Julie (cloud platform support)' via Google App Engine <[email protected]> wrote: > According to this Pub/Sub FAQ question > <https://cloud.google.com/pubsub/docs/faq#nosub> > <https://cloud.google.com/pubsub/docs/faq#nosub>trying to publish a topic > without subscriptions will result in the messages being dropped, however > the publish operation should succeed which you can use to confirm that your > application is switched on. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/6c16c539-c96e-409b-b28e-6d53035d9804%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/6c16c539-c96e-409b-b28e-6d53035d9804%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CACfBfNvrcoh-YObVqRAxz1p1LFeQPznKKOY3UBNMraVtJX8qWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
