Data queue for high traffic

Go Eve embraces RabbitMQ for the transfer of data to external systems. RabbitMQ is a reliable and mature messaging and streaming broker, which is integrated into the setup of Go Eve.

RabbitMQ allows for high volume and high traffic data load to be handled in a sequential data queue. In case of failed transactions, the queue can be processed at a later time. Ensuring emails to be send, orders to be delivered, et cetera.

Last updated