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
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
$ rabbitio out -b 222 -p 500 -u amqp://user:user@host:post/vhost -e exchange_name -r name -q name -d ./data
2029/10/11 11:21:23 RabbitMQ connected: amqp://user:user@host:port/vhost
2029/10/11 11:21:23 Bind to Exchange: "exchange_name" and Queue: "name", Messaging waiting: 935577
2029/10/11 11:21:23 Wrote 32815 bytes to data/1_messages_222.tgz
2029/10/11 11:21:23 Wrote 32800 bytes to data/2_messages_222.tgz
....
2029/10/11 11:21:24 Wrote 32869 bytes to data/23_messages_222.tgz
2029/10/11 11:21:24 Wrote 32804 bytes to data/24_messages_222.tgz
^C Interruption, saving last memory bits..
2029/10/11 11:21:24 Wrote 32804 bytes to data/25_messages_222.tgz
panic: send on closed channel
goroutine 34 [running]:
github.com/meltwater/rabbitio/rmq.(*RabbitMQ).Consume
/home/user/go/src/github.com/meltwater/rabbitio/rmq/consume.go:141
created by github.com/meltwater/rabbitio/cmd.glob..func2
/home/user/go/src/github.com/meltwater/rabbitio/cmd/out.go:50
The text was updated successfully, but these errors were encountered:
Panic: "send on closed channel" on SIGTERM
The text was updated successfully, but these errors were encountered: