Reputation: 133
I am new to Google cloud platform and is working on developing Google app engine app in standard Java environment. For some of the part, I require using Google cloud pub/sub. Looking at the resources available, I feel that pub/sub can only be integrated in the flexible environment. Can someone please tell if it is possible to integrate pub/sub in the standard environment and if yes then how?
Upvotes: 0
Views: 372
Reputation: 91
For standard environment try this client https://developers.google.com/api-client-library/java/apis/pubsub/v1.
IOM somewhat limited but it works.
For some reason I cannot find the official examples anymore, Google has probably removed them, which is pretty evil since the cloud pub sub library doesn't work in standard env plus the fact that cloud pub sub library is still in alpha which to is a reason not to use i t for production.
Found this, should help you on the way:
Upvotes: 1