php-service-bus / service-bus

PHP Service Bus (publish-subscribe pattern) implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of mutexes

mmasiukevich opened this issue · comments

Now, with several competitive messages, the sagas do not work very much as expected. It is necessary to implement mutexes. By default, local mutexes (in memory) should be used. For multiple processes, Redis will be implemented.

added on v3.0.9