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

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -