ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

queue length for named queues is not implemented #201

Closed jDramaix closed 11 years ago

jDramaix commented 11 years ago

Original author: kisalay...@gmail.com (January 09, 2013 07:02:46)

What is the expected output? What do you see instead? named queue length is output wrong always

What version of the product are you using? On what operating system? 1.2 on Fedora fc-17

Please provide any additional information below.

in file GQuery.java

//------------------------------------------// public int queue(String queueName) { return as(Queue).queue(); }

//----------------------------------------// public int queue() { return as(Queue).queue(); }

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=170

jDramaix commented 11 years ago

From kisalay...@gmail.com on January 14, 2013 12:51:49 This is the patch. Runs ok (tested).

jDramaix commented 11 years ago

From julien.d...@gmail.com on January 16, 2013 16:19:59 Thanks for the patch ! Could you also create a pull request on github ? https://github.com/gwtquery/gwtquery

jDramaix commented 11 years ago

From manuel.carrasco.m on February 11, 2013 13:52:56 This issue was closed by revision b678c4a1dabf.