Доброго времени суток, уважаемый читатель, в этой статье, используя не самый удачный вариант редактора текста от Яндекс Дзена, я попробую рассказать, что такое очереди сообщений, как и где их используют, а так же в качестве примера, расскажу про одну из реализаций очереди, называемой RabbitMQ. Давайте представим, что мы разработчики крупного сервиса, например сервиса для проверки домашних заданий студентами для всего университета. И нам нужно как то настроить систему взаимодействия процессов внутри...
«Pro MSMQ: Microsoft Message Queue Programming» Scot Boyd, Richard Costall, Ken Rabold, Arohi Redkar, Tejaswi Redkar, Carlos Walzer Message Queuing provides a way for applications to communicate asynchronously, and has often been compared to e-mail, but for applications rather than people. On Windows, Message Queuing is implemented in Microsoft Message Queuing, or MSMQ. A client application can communicate with a server by sending data in the form of an MSMQ message to a particular queue, where the server application can retrieve it and process it. Because the message will remain on the queue until it is retrieved, we can guarantee that it will be processed at some point, even if the server application is down when the message is sent.. Напишите свою рецензию о книге Scot Boyd, Richard Costall, Ken Rabold, Arohi Redkar, Tejaswi Redkar, Carlos Walzer «Pro MSMQ: Microsoft Message Queue Programming» http://izbe.ru/book/73222-pro-msmq-microsoft-message-queue-programming-scot-boyd-richard-costall-ken-rabold-arohi-redkar-tejaswi-redkar-carlos-walzer/