rindow / rindow-messaging
Support messaging
1.0.0
2020-04-02 06:14 UTC
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-messaging: *
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-module-stomp: When using ActiveMQ etc.
- rindow/rindow-pdo: When using SQL databases
- rindow/rindow-transaction: When using annotation
This package is auto-updated.
Last update: 2024-10-29 05:53:24 UTC
README
"Rindow messaging" abstracts methods of synchronous communication and asynchronous communication between programs, so that various messaging services can be operated in the same procedure.
In general, it supports Message operation template, but it can also be used as a standalone library.
Driver for messaging service is required separately, but it includes special emulation service of Queue using SQL databases.