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 [email protected].
To post to this group, send email to [email protected].
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/2cedc4ee-78c9-43b3-8c06-fd208d422657%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Trez Ertzzer

Reply via email to