Search code examples
task-queue

Create a Google pull task queue from Java console application


I'm not clear about how to create a pull queue in GCP from an outside application. I've found documentation about pulling messages but not about creating queues. Can somebody point me out some information about it?

Best Regards


Solution

  • Creating queues from outside of an AppEngine App is currently not available.

    Queue management features are coming in the new Cloud Tasks API, which is available in Alpha. You can request to join the Alpha here