Is it possible to view RabbitMQ message contents directly from the command line?

You should enable the management plugin. rabbitmq-plugins enable rabbitmq_management See here: http://www.rabbitmq.com/plugins.html And here for the specifics of management. http://www.rabbitmq.com/management.html Finally once set up you will need to follow the instructions below to install and use the rabbitmqadmin tool. Which can be used to fully interact with the system. http://www.rabbitmq.com/management-cli.html For example: rabbitmqadmin get queue=<QueueName> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)