Allows PHP clients to quickly publish over a unix domain socket and keep connections established by AMQGate.
This app establishes connection with AMQ server like RabbitMQ and creates unix domain socket per each queue.
Next, it reads messages from socket and publishes it.
When AMQGate connect to AMQ server it will create unix domain socket in /tmp/amqgate/
directory named <qname>.socket
According the example there will be two sockets - example_q.sock and example_q2.sock