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

lkesteloot/JavaBeanstalkClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java Beanstalk Client

This is a Java client for the beanstalkd work queue broker. It is a fork of the version by jpeffer, which itself was a fork of the version by RTykulsker.

This version has the following changes:

  • Add full Javadoc comments.
  • Add build.xml file for Ant.
  • Always use block IO so that binary payloads can be used.
  • Convert unchecked exceptions to checked exceptions.
  • Remove ability to have thread-local connections.
  • Move to different package.

I do not push my version to Maven Central.

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 100.0%