Search code examples
javascriptnode.jstibco-emsstompjs

Tibco EMS connectivity using nodejs /Javascript


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.


Solution

  • 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.