node.js - Tibco EMS connectivity using nodejs /Javascript -


how can connect tibco nodejs environment.

have tried connect tibco ems queue using nodejs package stompjs or javascript component.

one of tibco approach use tibco web messaging product. separate module offer bridge ems, callable javascript , flash programs. meant of extreme scaling of mobile devices.

if stay tibco solutions, ftl option. low latency next generation messaging bus can interfaced javascript.

if either of these solutions not acceptable, can create web service responsible of creating messages on bus. of course more difficult reading out of queue or subscribing topic... can done.

and last not least... other (sometimes free) messaging buses have rest api interfaces. 1 example activemq.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -