Skip to main content

Posts Tagged ‘RabbitMQ’

Women Discussing Data

Spring Batch with Rabbit MQ

Batch Processing nowadays is a very common task performed by Organisations for processing large volumes of records for tasks including logging/tracing, transaction management, job processing statistics, and the list goes on. When you work with extensive data, there is no guarantee that inputs will be coming from another java-based application or even database. In fact, […]

Programer Codes On A Laptop Connected To Additional Screen

RabbitMQ Integration with Magento 2.4

Previously, Magento was using MySQL adapters for messaging and cron jobs to ensure the delivery of messages. This wasn’t reliable and scalable. To combat this, you can integrate RabbitMQ, which adds asynchronous messaging capabilities to Magento and is also scalable and reliable. For example, RabbitMQ could be used where Magento needs to communicate with an […]