像 yammer 这样的服务将如何使用 xmpp? xmpp 是否与队列交叉?
像 yammer 这样的服务将如何使用 xmpp? xmpp 是否与队列交叉?即可以使用rabbitmp代替xmpp还是它们是完全不同的东西?
How would services like yammer be using xmpp? does xmpp cross paths with a queue? i.e. could one use rabbitmp instead of xmpp or are they completely different things?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很抱歉迟到的答复,但迟总比不迟到。
我是一名 XMPP 开发人员,对rabbitmq 的经验很少,但是如果您的应用程序需求由rabbitmq 满足,您可以使用rabbitmq 而不是XMPP。
XMPP 具有多用户聊天和 PubSub 的详尽实现,如果单独的rabbitmq不足以满足您的应用程序需求,则可以使用它们。
您可以扩展“xmpp 是否与队列交叉路径”?
Sorry about the late answer, but late than never.
I am more of a XMPP developer and have little experience with rabbitmq but yes you can use rabbitmq instead of XMPP if your application needs are satisfied by rabbitmq.
XMPP have exhaustive implementation of Multi-User Chat and PubSub which can be used if rabbitmq alone is not enough to satisfy your application need.
Can you expand "does xmpp cross paths with a queue"??