Enterprise Messaging with RabbitMQ – Luis Majano – OpenSouthCode 2023



Enterprise Messaging with RabbitMQ – Luis Majano – OpenSouthCode 2023

Enterprise Messaging with RabbitMQ - Luis Majano - OpenSouthCode 2023

Enterprise Messaging with RabbitMQ – Luis Majano – OpenSouthCode 2023
The purpose of this session is to introduce attendees to the basics of messaging queues, their goals and applications. Messaging enables software applications to connect and scale. Thus, providing applications to connect to each other as components of a larger application, or to user devices and data. Messaging is asynchronous, and can decouple your software concerns with ease. However, messaging is much more than the traditional publish/subscribe patterns but also the ability to create work queues, routing and much more.

Five Main Points

The history and purpose of messaging queues
Types of messages and design patterns
Practical examples via RabbitMQ
Demo in Java, ColdFusion (CFML), Groovy, NodeJS, and HTML/STOMP Sockets