As far as I can see, your queue.xml does seem to meet the expectations 
documented in the queue.xml Reference 
<https://cloud.google.com/appengine/docs/standard/java/config/queueref>.  I 
will assume from your example that you are curently using the Cloud 
SDK-based Maven plugin 
<https://cloud.google.com/appengine/docs/standard/java/tools/using-maven>. 
 If so, I would suggest converting your queue.xml to a queue.yaml 
<https://cloud.google.com/appengine/docs/standard/python/config/queueref> 
and using the Maven goal *appengine:deployQueue 
<https://cloud.google.com/appengine/docs/standard/java/tools/maven-reference>* 
to deploy the queue configuration explicitly when deploying your service.

Is the queue successfully configured when deploying it explicitly in the 
way I've described above?

On Saturday, May 13, 2017 at 7:57:13 PM UTC-4, Trez Ertzzer wrote:
>
> hello.
> I have java project.
> here is the queue.xml file (it is in "echo/src/main/webapp/WEB-INF" 
> folder).
>
> *<?xml version="1.0" encoding="utf-8" standalone="no"?>*
>
> *<queue-entries>*
>
> * <!--Change the refresh rate of the default queue to 1/s -->*
>
> * <queue>*
>
> * <name>default</name>*
>
> * <rate>1/s</rate>*
>
> * </queue>*
>
> * <queue>*
>
> * <name>charge</name>*
>
> * <rate>20/s</rate>*
>
> * </queue>*
>
> * <queue>*
>
> * <name>sendSms</name>*
>
> * <rate>1/s</rate>*
>
> * </queue>*
>
> * <queue>*
>
> * <name>alreadyExisting</name>*
>
> * <rate>1/s</rate>*
>
> * </queue>*
>
> * <queue>*
>
> * <name>testSendPosition</name>*
>
> * <rate>20/s</rate>*
>
> * </queue>*
>
> * <queue>*
>
> * <name>findOwner</name>*
>
> * <rate>20/s</rate>*
>
> * </queue>*
>
>
> *</queue-entries>*
>
>
>
> *I do not understand why but I deployed the app using "*mvn clean package 
> appengine:deploy -Dmaven.test.skip=true"  (as I am used to do...)
>
> but I do not get the "charge" queue...
>
> here is a screen of what I see in my google developper console dashboard...
>
>
>
> <https://lh3.googleusercontent.com/-QkcI-YUT1o4/WRec9Q6TeoI/AAAAAAAAABc/sMDuuiA_3HYqlJ8r-C3h1lZW7dPqZuDnQCLcB/s1600/Capture%2Bd%25E2%2580%2599e%25CC%2581cran%2B2017-05-14%2Ba%25CC%2580%2B01.51.54.png>
>
>
>
>
> So when I try to use the "charge" queue I have an error cause it's like 
> it's not there....
>
>
> did I forget anything? did I do an obvious mistake?
>
>
> thank you for the help.
>
>
>
>
>

-- 
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/1c2427d2-7dbd-4b7f-9af5-9914558e7262%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to