if i fill queue without TaskOption.url:
queue = QueueFactory.getDefaultQueue()
queue.add() or

queue = QueueFactory.getQueue("myqueue")
queue.add()

i get URLs in local and prod: "/_ah/queue"
instead of "/_ah/queue/default" or "/_ah/queue/myqueue"

Is it a bug or am i doing something wrong? If i use Python SDK,
default urls are correct...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to