Ubuntu Command Line Interaction with Beanstalkd
Install Socat
sudo apt-get install socat
Open TCP Connection to your beanstalkd server
socat - tcp4-connect:0.0.0.0:14555,crnl
(where 0.0.0.0:14555 represents your beanstalkd server and port number)
Send commands directly to beanstalkd
(You are able to send beanstalkd commands directly to queue via the command line, there is no need to add a /r/n to them, just hit the enter key).
For example:
watch default
peek-buried
list-tubes-watched
Written by Blitline Developers
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#