Monday, 17 April 2017

Use nodejs to subscribe to ActiveMQ STOMP while using Message Selectors?

I want to subscribe to an activemq server using nodejs. The problem I have is that right now, my node-stomp-client (https://github.com/easternbloc/node-stomp-client) is currently getting all the messages that are being published out of MQ, when I really want to use "Message Selector" so that I don't get all the messages coming to nodejs. Is there a way I can use message selectors in nodejs like you could do with Java subscribing to ActiveMQ? (Message Selectors reference in Java: http://timjansen.github.io/jarfiller/guide/jms/selectors.xhtml)



via Rolando

No comments:

Post a Comment