--
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.
Are you sure that the CLI tools used come from the same RabbitMQ distribution (version) as the server?The message says that a function invoked by CLI tools does not exist (undefined).
On Fri, Jul 6, 2018 at 2:09 AM, Saurabh Gupta <guptasau...@gmail.com> wrote:
I am trying to remove a dead queue of an old removed node from the cluster. I followed the link https://groups.google.com/forum/#!msg/rabbitmq-users/rpO3dFzm-yQ/z9WhGkvXCAAJ but getting the errorError:{:undef, [{:rabbit_amqqueue, :internal_delete, [{:resource, "tasks", :queue, "SyncbotTask"}], []}, {:erl_eval, :do_apply, 6, [file: 'erl_eval.erl', line: 670]}, {:rpc, :"-handle_call_call/6-fun-0-", 5, [file: 'rpc.erl', line: 197]}]}Commands I have triedrabbitmqctl eval 'Q = {resource, <<"tasks">>, queue, <<"Task_Dead">>}, rabbit_amqqueue:internal_delete(Q).'rabbitmqctl eval 'rabbit_amqqueue:internal_delete({resource,<<"tasks">>,queue,<<"Task_Dead">>}).'Rabbit version :3.7.3Erlang Version: Erlang 20.3Regards,
Saurabh
--
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.