emqx-web-hook icon indicating copy to clipboard operation
emqx-web-hook copied to clipboard

Should I use emq+emq-web-hook to persist messages to database?

Open pineli opened this issue 6 years ago • 3 comments

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 avatar Jan 24 '18 23:01 pineli

?

pineli avatar Jul 06 '18 11:07 pineli

@pineli it may flood the http api if the load is huge. you can directly send from emqx to rabbitmq.

s4kibs4mi avatar Nov 29 '18 09:11 s4kibs4mi

Hi @pineli, I have the same idea as you, how about your final solution?

ninhxuanluu avatar Nov 26 '19 12:11 ninhxuanluu