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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -