Hello, I have been trying to GET msgs using rabbitmqadmin from command line on the server as below:
python /usr/local/bin/rabbitmqadmin get queue=q_z1
*** [{key_missing,ackmode}]
I have also tried with
--ackmode=reject_requeue_true
ackmode=reject_requeue_true
--ackMode=reject_requeue_true
ackMode=reject_requeue_true
I'm able to successfully purge the msgs using API from remote server:
curl -v -u z1:z1 -X DELETE http://abc.server.net:15672/api/queues/%2fvhost_z1/q_z1/contents"
Thanks,
Luke
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.