Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tibco EMS protocol

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!

like image 463
Jordan Avatar asked Oct 29 '25 23:10

Jordan


1 Answers

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

like image 98
Seb Avatar answered Oct 31 '25 16:10

Seb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!