Skip to content

0.0.1

Latest
Compare
Choose a tag to compare
@pipetky pipetky released this 24 Oct 09:58
· 1 commit to main since this release

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