--
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-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
Thanks for the reply.
But how can we delete the messages from RabbiMQ admin page??.
Here my requirement is not to do it from only curl, in any other possible way. But i want to delete the messages from the queue.
Please advice any way(s) to do this. I want to do it from my application.
Thanks
Anil
--
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-user...@googlegroups.com.
To post to this group, send an email to rabbitm...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/IS-3v4qNduw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
curl -i -u test:test -H "content-type:application/json" \
-XPUT -d '{"value:{"src-uri": "amqp://192.168.0.30","src-queue": "output",
"dest-uri": "amqp://192.168.0.30", "dest-queue": "responsemq"}}' http://localhost:15672/api/parameters/shovel/%2f/my-shovel123
--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/IS-3v4qNduw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.