dongyan7876 2015-07-21 06:59
浏览 17

适用于Golang应用程序的可嵌入消息传递组件

I need a embeddable messaging component for Golang application.I looked into distributed messaging system like NSQ etc, but prefer one which is much simpler, stable and embeddable (no separate daemon). Systems like NSQ would be overkill for my requirement and I don't think it is easily embeddable.

I need such a component to distribute the payload/data reliably (delivered once atleast) among my processing distributed engines and embeddable would make installation and configurations easy.

Any information would be appreciated.

  • 写回答

1条回答 默认 最新

  • dongqianzhan8325 2015-07-21 08:26
    关注

    I use RabbitMQ in production with this library https://github.com/streadway/amqp. This is not an official library but the implementation is quite good.

    I use it to improve fault tolerance and scalability for IOT.

    Pro:

    Cons:

    • Not really efficient for big payloads
    • Probably not the fastest (but fast enough to my projects)
    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?