We currently use Java JMS qpid-client 0.32. It is quite easy to use QMF
[1] just by using MapMessage etc.
With new Java Qpid JMS client org.apache.qpid:qpid-jms-client:jar:0.10.0
I couldn't find a way how to use Qpid QMF. Is there any existing usage
or example how to do that?
[1]
MapMessage request = session.createMapMessage();
request.setJMSReplyTo(responseQueue);
request.setStringProperty("x-amqp-0-10.app-id", "qmf2");
request.setStringProperty("qmf.opcode", "_query_request");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]