Review
If you are receiving large data on your server, you can easily integrate configure RabbitMQ as buffer and even can segregate them using topics. You would need to setup receivers and workers for sending data in and processing them from the queue. In RabbitMQ you can create categories/topics in a Queue e.g Cat->Queue can be divided Lion Queue Leopard Queue Cheetah Queue Actually these are topic in computer terms. A lot of help is available and I have used it in production with PHP and am satisfied with the feature comes with it. It would work well and can handle real-time data.
Kafka is more advanced like if you need to do stream analysis then you can go for it. Thanks.
0 views0
Comments