Tibco EMS connectivity using nodejs /Javascript

北城以北 提交于 2019-12-22 09:50:15

问题


How we can connect to Tibco from a nodejs environment.

Have anyone tried to connect to Tibco EMS queue using any nodejs package like stompjs or any javascript component.


回答1:


One of the TIBCO approach for this would be to use the TIBCO Web Messaging product. This separate module offer a bridge to EMS, callable from Javascript and flash programs. It is meant of extreme scaling of mobile devices.

If you stay with TIBCO solutions, FTL is also an option. This low latency next generation messaging bus can be interfaced with Javascript.

If either of these solutions are not acceptable, you can create a web service responsible of creating messages on the bus. This is of course more difficult for READING out of a queue or subscribing to a topic... but can be done.

And last but not least... other (sometimes free) messaging buses have REST API interfaces. One example is ActiveMQ.



来源:https://stackoverflow.com/questions/30947302/tibco-ems-connectivity-using-nodejs-javascript

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