Tibco EMS协议 [英] Tibco EMS protocol

查看:166
本文介绍了Tibco EMS协议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用node.js与Tibco EMS服务器交互,并且很好奇是否可以仅在node.js中使用完全开源的解决方案来实现.我不想使用Tibco的Web消息传递解决方案.

I am trying to interface with a Tibco EMS server using node.js and am curious if this is possible using entirely open source solutions solely in node.js. I do not want to use Tibco's Web Messaging solution.

那么这带给我们的... Tibco EMS是否使用AMQP之类的标准协议?我可以通过原始tcp套接字与之交谈吗?我曾考虑过设置Java服务来简单地处理消息路由,但是理想情况下,我希望整个解决方案都在node.js中.我只需要能够连接到不同的队列并入队/出队消息.谢谢!

So then this brings us to... does Tibco EMS speak any standard protocol like AMQP? Could I talk to it over a raw tcp socket? I have thought about setting up a Java service to simply handle message routing but ideally I would like the entire solution to be in node.js. I just need to be able to connect to different Queues and enqueue/dequeue messages. Thanks!

推荐答案

TIBCO EMS通过其适用于各种平台的驱动程序来支持JMS标准.对于节点,我会说最直接的方法是使用它的C驱动程序并构建要连接的节点模块.

TIBCO EMS supports the JMS standard through its drivers for various platforms. For node i would say the most straight forward way would be to use it's C drivers and build a node module to connect.

欢呼 塞巴斯蒂安

Cheers Sebastian

这篇关于Tibco EMS协议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆