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 - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -