Tibco EMS protocol

核能气质少年 提交于 2020-01-13 05:48:07

问题


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.

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!


回答1:


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



来源:https://stackoverflow.com/questions/37912695/tibco-ems-protocol

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!