-R --requeuenack Toggle requeue when rejected (default: True)
-o SERVER --server=SERVER AMQP Server (default: localhost)
-y VHOST --vhost=VHOST AMQP Virtual Host (default: /)
- -x EXCHANGE --exchange=EXCHANGE AMQP Exchange (default: default)
+ -x EXCHANGE --exchange=EXCHANGE AMQP Exchange (default: "")
-Q TEMPQNAME --qname=TEMPQNAME Name for temporary exclusive Queue
-p PORT --port=PORT Server Port Number (default: 5672)
-T --tls Toggle TLS (default: False)
### examples
connect to localhost with default credentials and attach to a new temp
-queue on exchange "default":
+queue on the default exchange (which will usually fail because attaching
+a queue to the default exchange is not allowed):
- ./konsum
+ konsum
Connect to a host with TLS on a custom port, authenticating with SSL
client certificate. On every received message a callback is spawned.
-E --nonpersistent Set nonpersistent delivery
-o SERVER --server=SERVER AMQP Server (default: localhost)
-y VHOST --vhost=VHOST AMQP Virtual Host (default: /)
- -x EXCHANGE --exchange=EXCHANGE AMQP Exchange (default: default)
+ -x EXCHANGE --exchange=EXCHANGE AMQP Exchange (default: "")
-Q TEMPQNAME --qname=TEMPQNAME Name for temporary exclusive Queue
-p PORT --port=PORT Server Port Number (default: 5672)
-T --tls Toggle TLS (default: False)