easternbloc / node-stomp-client

A STOMP client for Node.js
Other
93 stars 47 forks source link

Activemq - Transport failed: java.io.IOException: Unknown data type: 69 #62

Closed erickyi2006 closed 7 years ago

erickyi2006 commented 7 years ago

I wrote a simple client to send a message. The server failed with the following log

2016-12-22 20:02:09 [.232.7:46554] <Transport failed: java.io.IOException: Unknown data type: 69>

What do I need to do to solve this?

erickyi2006 commented 7 years ago

guessed the reason why this failed. the embedded Activemq app does not enable the STOMP protoocol. Pity. have to rethink solution maybe going through hermesjms instead.