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 -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -