Last Updated: February 25, 2016
·
8.101K
· Blitline Support

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