MeltwaterArchive / rabbitio

RabbitIO is used to move data in and out of RabbitMQ
Apache License 2.0
69 stars 10 forks source link

RabbitIO not load messages in rabbitmq 3.8.x #32

Open DmitriyMurzin opened 4 years ago

DmitriyMurzin commented 4 years ago

Im use this command:

rabbitio in -e news -u "amqp://adm:123@10.0.0.10:5672/" -q news -f news/1_messages_1.tgz -p 1 

RabbitIO send my message:

2020/01/24 13:26:47 RabbitMQ connected: amqp://adm:123@10.0.0.10:5672/
2020/01/24 13:26:47 Extracted 1 Messages from tarball: news/1_messages_1.tgz
2020/01/24 13:26:47 Total 1 Messages from tarballs
2020/01/24 13:26:47 RabbitMQ Connection closed with success

rabbitmq queue "news" empty(

mstavrev commented 3 years ago

I have the same problem. Any work-around?

g4b0 commented 1 year ago

Same problem with RabbitMq 3.11.4, did you found a solution? As a workaround we are manually importing tarball content through a custom script, but it's suboptimal since it does not handel PAX Records yet.