On 22 August 2015 at 01:30:44, Brian Locke (
brian...@datascan.com) wrote:
> Thanks for that. I also dug further back and found an 'eval' command
> to try.
> Neither of these commands work. Not sure if it's my installation
> or not.
> RabbitMQ 3.54 , Erl 17.5, Windows Server 2012 R2
>
> executing: rabbitmqctl set_policy --apply-to queues --priority
> 100 s.0024e00a18b9.c.69 '^s.0024e00a18b9.c.69$' '{"ha-mode":"nodes",
> "ha-params":["rabbit@RABBITMQ1"]}'
>
> returns: Error: function_clause
>
> executing: rabbitmqctl eval 'rabbit_amqqueue:internal_delete({resource,<<"scanner_msgs">>,queue,<<"s.0024e00a18b9.c.69">>}).'
>
> returns: << was unexpected at this time.
>
> I'll keep digging but please let me know if I've typoed something.
It's Windows shell escaping. Try double outer quotes instead of single ones.