Hi,

Suppose I have a consumer listening to amq.topic/mySubject. Can I use QMF to
tell if I have a consumer listening to that address? Right now I am trying
to use a message formatted like this:

    Message request;
    request.setReplyTo(replyToAddress);
    request.setProperty("x-amqp-0-10.app-id", "qmf2");
    request.setProperty("qmf.opcode", "_query_request");
    Variant::Map schemaId, content;
    schemaId["_class_name"] = "queue";
    schemaId["_object_name"] =
"org.apache.qpid.broker:queue:amq.topic/mySubject";
    content["_what"] = "OBJECT";
    content["_object_id"] = schemaId;
    request.setContentObject(content);

Is there some way to modify this QMF request to get the information I'm
looking for? Thanks

Max



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Using-QMF-to-know-about-consumers-in-a-topic-exchange-tp7663510.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to