How To Programmatically Create & Pause Google App Engine Task Queues
问题 I'm using Google App Engine and I've been using a named push queue to process some tasks. The queue was defined and configured using queue.xml. That's fine. Now I'm trying to do more: 1) Is there a way to dynamically create and configure a new queue in Java "on the fly"? 2) Also, once I have a queue (either through queue.xml or 1) if possible), is there a way to pause and resume the queue in Java (just like you can do using the admin console buttons)? Thanks! 回答1: 1) since it has to be in the