Re: [google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-30 Thread Nick Pomfret
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  wrote:

> According to this Pub/Sub FAQ question
> 
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> 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
> 
> .
> 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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.


[google-appengine] is it possible listen to a pub/sub topic without a subscription?

2018-10-29 Thread Nick Pomfret
I'm wondering if it's possible to broadcast messages on a topic and have a 
process listen to them but without a subscription?

The reason is that I don't care about losing messages if say my application 
was switched off.  And when it's switched back on I only want to receive 
message published since the moment it was 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/297ddb17-e3ba-444d-9ba3-224fc1a44cff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.