JSteunou / webstomp-client

Stomp client over websocket for browsers
Apache License 2.0
299 stars 59 forks source link

Send text message on topic #37

Closed oufresh closed 7 years ago

oufresh commented 7 years ago

Hello, can you please tell me if it is possible to send text messages to an ActiveMq Topic? I tried to do this but testing with a Java program it tells me that on the topic there is an ActiveMQBytesMessage not a TextMessage. It is possible to do it directly from the javascript client or I had to call my server to send a text message to the topic? Many thanks

JSteunou commented 7 years ago

Yes you can send from JS client, check out the example and RabbitMQ webstomp documentation