nifkuza / gwtquery

Automatically exported from code.google.com/p/gwtquery
MIT License
0 stars 0 forks source link

queue length for named queues is not implemented #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by kisalay...@gmail.com on 9 Jan 2013 at 7:02

GoogleCodeExporter commented 9 years ago
This is the patch. Runs ok (tested).

Original comment by kisalay...@gmail.com on 14 Jan 2013 at 12:51

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch ! Could you also create a pull request on github ? 
https://github.com/gwtquery/gwtquery

Original comment by julien.d...@gmail.com on 16 Jan 2013 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 7 Feb 2013 at 1:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b678c4a1dabf.

Original comment by manuel.carrasco.m on 11 Feb 2013 at 1:52