emqx-web-hook
emqx-web-hook copied to clipboard
Should I use emq+emq-web-hook to persist messages to database?
My idea is use the emq broker + emq-web-hook sending all published messages to NodeJS API that only will be send to RabbitMQ (balance) and I instantiate some applicatons to consume. Is it sounds good?
?
@pineli it may flood the http api if the load is huge. you can directly send from emqx to rabbitmq.
Hi @pineli, I have the same idea as you, how about your final solution?