forked from RTykulsker/JavaBeanstalkClient
-
Notifications
You must be signed in to change notification settings - Fork 1
a Java client for the beanstalkd workqueue service
License
sgaide/JavaBeanstalkClient
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is JavaBeanstalkClient, a Java Client for beanstalkd See http://xph.us/software/beanstalkd for general info To build JavaBeanstalkClient, type "mvn install" This client library is designed to operate with other client libraries; hence jobs are opaque byte arrays, job ids require the use of a Java long (to support unsigned ints up to 2**32), etc. The implementation of the library is based upon the design of the Python beanstalkc at http://github.com/earl/beanstalkc/tree/master Documentation on how to use Beanstalkd is available at http://github.com/kr/beanstalkd/tree/v1.3/doc/protocol.txt?raw=true and http://github.com/earl/beanstalkc/tree/master
About
a Java client for the beanstalkd workqueue service
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 100.0%