java - Spring Websockets and RabbitMQ fallback -
from spring framework documentation there few options message brokers handling messages. 1 in memory message broker provided spring, , list of few others (rabbitmq selected). build more robust system, there configuration can set, if rabbitmq goes down spring can detect , revert in memory message broker? go rabbitmq when comes up.
Comments
Post a Comment