Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpsqs4j 与 httpsqs v1.6 的lap问题 #22

Open
GoogleCodeExporter opened this issue Jul 28, 2015 · 0 comments
Open

httpsqs4j 与 httpsqs v1.6 的lap问题 #22

GoogleCodeExporter opened this issue Jul 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

当队列信息出现 2nd 
lap时候,即队列已满,重新从队列头开始覆盖。httpsqs4j 
会出现无法正常创建HttpsqsStatus对象的问题。

例如:
HTTP Simple Queue Service v1.6
------------------------------
Queue Name: xoyo
Maximum number of queues: 1000000
Put position of queue (2nd lap): 4562
Get position of queue (1st lap): 900045
Number of unread queue: 104517


原因是以前是2st,现在是2nd,所以改了下正则,就可以正常��
�用了。另附上patch

Original issue reported on code.google.com by [email protected] on 12 Jun 2011 at 7:42

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant