i need embeddable messaging component golang application.i looked distributed messaging system nsq etc, prefer 1 simpler, stable , embeddable (no separate daemon). systems nsq overkill requirement , don't think embeddable.
i need such component distribute payload/data reliably (delivered once atleast) among processing distributed engines , embeddable make installation , configurations easy.
any information appreciated.
i use rabbitmq in production library https://github.com/streadway/amqp. not official library implementation quite good.
i use improve fault tolerance , scalability iot.
pro:
- easy use
- great administration tools
- many languages implementations
- many patterns availables https://www.rabbitmq.com/getstarted.html
cons:
- not efficient big payloads
- probably not fastest (but fast enough projects)
Comments
Post a Comment