Use ngrep to watch traffic on port 5672 on localhost
1 Jan 2015
Yeah, it's sad, but it took me a while to figure this one out, because the traffic was not going over eth0, but over my loopback device:
ngrep -d lo '' 'port 5672'
1 Jan 2015
Yeah, it's sad, but it took me a while to figure this one out, because the traffic was not going over eth0, but over my loopback device:
ngrep -d lo '' 'port 5672'