How to connect PHP producer with NodeJS consumer via RabbitMQ (amqp)?

I tried a lot of ways to do this bud without any good progress. So I have installed amqp extension for php via pecl, amqp and rabbit.js for nodejs, and rabbitmq-server, everything is working individually :)

Scenario is: PHP -> send message to RabbitMQ -> NodeJS consumer (deamon) -> recive message