Skip to content

a Java client for the beanstalkd workqueue service

License

GPL-3.0, BSD-3-Clause licenses found

Licenses found

GPL-3.0
LICENSE
BSD-3-Clause
LICENSE-BSD
Notifications You must be signed in to change notification settings

jpeffer/JavaBeanstalkClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
This is a fork of the original BeanstalkClient by RTykulsker and is now in maven central. 

To use, simply add the dependency to your POM:
<dependency>
  <groupId>com.surftools</groupId>
  <artifactId>BeanstalkClient</artifactId>
  <version>1.4.6</version>
</dependency>


The following is the original README
----------------------------------------------------------------------------------------------
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

GPL-3.0, BSD-3-Clause licenses found

Licenses found

GPL-3.0
LICENSE
BSD-3-Clause
LICENSE-BSD

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Racket 1.5%