P
pedromarcerodriguez
Guest
In that case, you can use a STOMP client from Progress (jmls/stomp) is my recomendation as per previouse message. But you have another problem, IBM MQ doesn't support STOMP natively neither, so you will need to deploy something like StompConnect ( docs.codehaus.org/.../StompConnect ) in your Websphere MQ to allow STOMP connections. I haven't used with StompConnect (so can't help on that bit) but performance using ActiveMQ and Apache Apollo (which native STOMP support) has been very good.
Continue reading...
Continue reading...