emqx / emqx-web-hook

EMQX Webhook Plugin
https://www.emqx.com
Apache License 2.0
79 stars 36 forks source link

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

Open pineli opened 6 years ago

pineli commented 6 years ago

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 commented 6 years ago

?

s4kibs4mi commented 6 years ago

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

ninhxuanluu commented 5 years ago

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