Tibco EMS connectivity using nodejs /Javascript

2019-05-17 07:06发布

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条回答
你好瞎i
2楼-- · 2019-05-17 08:00

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.

查看更多
登录 后发表回答