Queue configuration error?

35 views
Skip to first unread message

Bryan Forst

unread,
Jul 9, 2019, 9:08:50 PM7/9/19
to rabbitmq-users
I am debugging why my simple MQTT Paho javascript client is not able to consume message from my RabbitMQ queue when I ran into the following error
while running rabbitmqctl report:

Listing queues for vhost / ...
{{:bad_argument, :type}, [{:rabbit_amqqueue, :info, 2, [file: 'src/rabbit_amqqueue.erl', line: 751]}, {:rabbit_misc, :with_exit_handler, 2, [file: 'src/rabbit_misc.erl', line: 509]}, {:rabbit_control_misc, :step_with_exit_handler, 4, [file: 'src/rabbit_control_misc.erl', line: 67]}, {:rabbit_control_misc, :"-emitting_map0/5-lc$^0/1-0-", 5, [file: 'src/rabbit_control_misc.erl', line: 59]}, {:rabbit_control_misc, :emitting_map_with_exit_handler, 5, [file: 'src/rabbit_control_misc.erl', line: 55]}, {:rabbit_control_misc, :emitting_map_with_exit_handler, 4, [file: 'src/rabbit_control_misc.erl', line: 50]}]}


I might still have a noob question on getting the client to receive message from a queue but can anyone tell me what the above means and
how to get around it? 

Thanks, 
Bryan

Luke Bakken

unread,
Jul 9, 2019, 9:14:16 PM7/9/19
to rabbitmq-users
Hi Bryan,

I think that is a bug that has since been fixed. Would you mind letting us know what version of RabbitMQ you're using?

Bryan Forst

unread,
Jul 9, 2019, 9:22:06 PM7/9/19
to rabbitmq-users
{running_applications,
     [{rabbitmq_management,"RabbitMQ Management Console","3.7.15"},
      {rabbitmq_management_agent,"RabbitMQ Management Agent","3.7.15"},
      {rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.7.15"},
      {rabbitmq_web_mqtt,"RabbitMQ MQTT-over-WebSockets adapter","3.7.15"},
      {rabbitmq_mqtt,"RabbitMQ MQTT Adapter","3.7.15"},
      {rabbit,"RabbitMQ","3.7.15"},
      {mnesia,"MNESIA  CXC 138 12","4.16"},
      {amqp_client,"RabbitMQ AMQP Client","3.7.15"},

Michael Klishin

unread,
Jul 10, 2019, 11:55:08 AM7/10/19
to rabbitmq-users
This was addressed in [1] a few days after 3.7.15 shipped. 3.7.16 is already out.

Bryan Forst

unread,
Jul 12, 2019, 7:43:22 AM7/12/19
to rabbitmq-users
Thanks everyone, installed 3.7.16 and all is reporting normally now. 
Reply all
Reply to author
Forward
0 new messages