I created shovels using , rabbitmqctl set_parameter shovel "MyShovel" ......
Now i want to delete it, Can you please tell me on how to achieve it using commandline.
This command, rabbitmqctl eval "rabbit_shovel_status:remove({'/','MyShovel'})." returns Ok.
But i still dont see shovel getting deleted.
Please help me if i am doing anything wrong here and also help me in getting the right command to delete the shovel through command line.
I am performing this on windows.
I have enabled SSL on my rabbitmq broker.
Regards,
Vinod H Y
--
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.
Hi,Try using the clear_parameter command:rabbitmqctl clear_parameter {-p vhost} component_name namesee:andCheersKarl
On 20 April 2017 at 09:57, vinod hy <hy.vi...@gmail.com> wrote:
Hi All,I created shovels using , rabbitmqctl set_parameter shovel "MyShovel" ......
Now i want to delete it, Can you please tell me on how to achieve it using commandline.
This command, rabbitmqctl eval "rabbit_shovel_status:remove({'/','MyShovel'})." returns Ok.
But i still dont see shovel getting deleted.
Please help me if i am doing anything wrong here and also help me in getting the right command to delete the shovel through command line.
I am performing this on windows.
I have enabled SSL on my rabbitmq broker.
Regards,
Vinod H Y
--
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,Try using the clear_parameter command:rabbitmqctl clear_parameter {-p vhost} component_name namesee:andCheersKarl
On 20 April 2017 at 09:57, vinod hy <hy.vi...@gmail.com> wrote:
Hi All,I created shovels using , rabbitmqctl set_parameter shovel "MyShovel" ......
Now i want to delete it, Can you please tell me on how to achieve it using commandline.
This command, rabbitmqctl eval "rabbit_shovel_status:remove({'/','MyShovel'})." returns Ok.
But i still dont see shovel getting deleted.
Please help me if i am doing anything wrong here and also help me in getting the right command to delete the shovel through command line.
I am performing this on windows.
I have enabled SSL on my rabbitmq broker.
Regards,
Vinod H Y
--
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.
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.
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.
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.
--