You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last command, the `amqp-consume` tool takes one message (`-c 1`)
228
-
from the queue, and passes that message to the standard input of an arbitrary command. In this case, the program `cat` is just printing
229
-
out what it gets on the standard input, and the echo is just to add a carriage
228
+
from the queue, and passes that message to the standard input of an arbitrary command. In this case, the program `cat` prints out the characters read from standard input, and the echo adds a carriage
0 commit comments