We'd like to use STOMP to hit an EMS broker, and avoid the complexity of JMS. Is this idea at all possible with EMS?
Asked
Active
Viewed 1,202 times
2 Answers
6
As far as i know it's only possible with TIBCO's 3rd party WebSocket Gateway from Kaazing.
Have a look here

Michel Floyd
- 18,793
- 4
- 24
- 39

Seb
- 684
- 4
- 11
3
TIBCO offers "Tibco Web Messaging (TWM)" which is a re-branded "Kaazing WebSocket Gateway JMS Edition".
The Kaazing Gateway talks STOMP to EMS on the backend, and accepts WebSocket connections with a blindingly fast binary protocol from clients. You can have Java, Javascript, .Net (including Xamarin) or iOS clients. Details of how to write clients and supported JMS APIs are here on the Kaazing site.
If you are looking for a pure STOMP solution, there is a Node STOMP module but I'm not as familiar with quality client implementations there.

Michel Floyd
- 18,793
- 4
- 24
- 39

nowucca
- 474
- 2
- 3