RabbitMQ- Tutorial 8a - Competing Consumers Python Implementation
In this video we are going to take a look at implementing the competing consumer pattern using python and RabbitMQ. We will use the pika client library to implement a producer and consumer for the pattern. The competing consumers or work queue pattern is a simple but effective way to spread the consumption of messages across a number of different services. Its widely used in many scenarios where we want to consume messages that might take a non trivial time to correctly process but we want to do this in a scale-able and reliable manner.
---------------------------------------------------------------------------------------------------------------------------
Link to github sample code:
https://github.com/delaneybrian/jumpstartCS-rabbitmq-python/tree/master/2-Competing-Consumers
---------------------------------------------------------------------------------------------------------------------------
RabbitMQ is the most widely deployed open source message broker. A message broker is an intermediary computer program module that translates a message from the formal messaging protocol of the sender to the formal messaging protocol of the receiver.
Using RabbitMQ allows us to create a highly decoupled micro services system easily. It can be deployed on many clouds as well as on premise. It comes with many interesting features and is even extendable by the use of plugins.
---------------------------------------------------------------------------------------------------------------------------
Check out our Azure Service Fabric Tutorial for developing highly reliable distributed applications:
https://www.youtube.com/playlist?list=PLalrWAGybpB_dBdtvLXUjOFp78X97lren
Check out our Cassandra Tutorial for a distributed and highly available solution for your applications:
https://www.youtube.com/playlist?list=PLalrWAGybpB-L1PGA-NfFu2uiWHEsdscD
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «RabbitMQ- Tutorial 8a - Competing Consumers Python Implementation», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.