Blog

Luis Majano

June 10, 2023

Spread the word


Share your thoughts

Open South Code is a premier gathering of industry professionals, developers, and open-source advocates, all dedicated to fostering collaboration and innovation in the realm of open-source software. The conference, held annually in Malaga, provides a platform for experts and enthusiasts to exchange ideas, share knowledge, and explore emerging trends in the open-source landscape.

I just had the please to present at Open South Code, the innovative open-source conference held in Malaga, Spain. It had been 3 years since I attended since the conference was on hiatus after Covid.

This conference is an amazing conference always filled with great conversations and great speakers from all over the world. I had the privilege of speaking about Enterprise Messaging with RabbitMQ.

 

 

Key Highlights from the Presentation:

  1. Understanding Enterprise Messaging: The presenter commenced the session by emphasizing the importance of efficient communication within enterprise-level software systems. By exploring the challenges associated with inter-component communication and system scalability, attendees gained a deeper understanding of the significance of enterprise messaging.

  2. Introducing RabbitMQ: The session focused on RabbitMQ, a feature-rich and widely adopted message broker that offers robust messaging capabilities. The presenter introduced the core concepts of RabbitMQ, including exchanges, queues, and bindings, providing a foundation for attendees to grasp the fundamental principles of RabbitMQ's functioning.

  3. Messaging Patterns and Architectures: Attendees were introduced to various messaging patterns, such as publish/subscribe and request/reply, that RabbitMQ can support. The presenter elucidated how these patterns can be effectively utilized to design scalable and decoupled messaging architectures, enabling seamless communication between different components and systems.

  4. Real-World Implementation: The presentation went beyond theory and delved into practical implementation strategies. Attendees gained insights into real-world scenarios where RabbitMQ had been successfully integrated, demonstrating its versatility across different programming languages and frameworks. The presenter shared examples and best practices to guide attendees in implementing RabbitMQ in their own projects.

  5. Scalability and Performance Optimization: Recognizing the importance of scalability in enterprise systems, the presenter discussed strategies for scaling RabbitMQ deployments and ensuring high availability. Attendees were introduced to techniques for optimizing message throughput, handling message persistence, and implementing fault tolerance measures.

Open South Code continues to be a catalyst for open-source innovation, and this insightful presentation serves as a testament to the conference's mission of promoting knowledge sharing, networking, and pushing the boundaries of open-source software development.

Add Your Comment

Recent Entries

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

You call writeDump() on an ORM entity or a very rich class graph . The browser locks up. Thirty seconds later you get a page with forty thousand rows on it, you scroll for a while, you give up, and you go edit your code to dump a sub-key instead. Or worse, you crash the server.

Luis Majano
Luis Majano
September 11, 2026
BoxLang AI 3.4 Blog Series Part 4 : Locking Down Prompt Injection

BoxLang AI 3.4 Blog Series Part 4 : Locking Down Prompt Injection

LLM applications face a class of attack traditional input validation was never built for: prompt injection. An attacker embeds instructions in user input, a retrieved document, a web page your tool fetched, or an MCP result, trying to override your system prompt, exfiltrate data, or hijack a tool call. BoxLang AI 3.4.0 ships four layered, configurable defenses against exactly this, plus one more that's on unconditionally.

Luis Majano
Luis Majano
September 11, 2026