Hello.
thank you for your reply.
I indeed use maven plugin.

I must tell you that the queue.yaml is generated automatically in the maven 
target folder. (I do not know how but it is auto generated.)
so I copied it next to my queue.xml in my source files.

I tried to deploy my app
with 
* "*mvn clean package appengine:deploy -Dmaven.test.skip=true" 

--> tasks are still not really uploaded in the cloud...



I use the command:

 mvn appengine:deployQueue -Dmaven.test.skip=true 


--> it works.


--> there is clearly an issue with the plugin. (I use the 1.3.1 version: 
the current last version).


thank you for you help.







Le mardi 16 mai 2017 23:05:40 UTC+2, Nicholas (Google Cloud Support) a 
écrit :
>
> 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 [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/30aadd1e-e5d8-4471-95bc-45df3bac3986%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to