Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
 
 

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Java beanstalk client


I wrote this client because we needed a pooled high performance client to interact with beanstalk.  
It uses socket channels instead of regular sockets for increased throughput (in our environment it is 10 to 20X faster then the regular socket implementation). 

There is a simple connection pool so client connections can be reused.

See src/Example for example usage.

License is MIT

About

Java beanstalk client

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages