Library to subscribe to Tibco EMS

I think Tibco EMS uses the JMS protocol. I’ve not, so far, found a go package to allow a connection from go. Any ideas?

JMS is not a protocol. It is Java based API that provides a common programming model to use when working with different messaging systems like Tibco EMS.

If you want to use Go with Tibco EMS you will have to use cgo to wrap functions provides by Tibco C library.

Ok, thanks, will look into the Tibco c libraries

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.