php - Restart RabbitMQ After Loading Server From Snapshot -


i running server on gce (ubuntu 14.04). used rabbitmq on machine managing 4 queues run tasks.

the code written in php access rabbitmq.

i did snapshot server , moved new stronger server , hell breaks loose rabbit.

no queues, no users / passwords, , after there no rabbitmq connection , following error:

php fatal error: uncaught phpamqplib\exception\amqpruntimeexception: broken pipe or closed connection

i tried - rabbitmqctl stop , reset , start , create users/pass , error still there.

is there resetting can in order reconnect service?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -