I wrote a library to support this type of thing a while ago. I've just
added an example equivalent to Gordon's (there may be some slight
similarities ;) ) to show the retrieval of bindings:
https://github.com/fourceu/fourc-qpid-manager/blob/master/examples/Bindings.cxx
The library hides the compli
On 26/05/17 18:44, mottese wrote:
Gordon Sim wrote
If you run with
QPID_LOG_ENABLE=trace+ it should give some more insight into what was
going wrong over 1.0.
I turned on trace+, but all I seem to be seeing is a whole bunch of the same
message:
[Broker] trace Dispatching to xxx#_yyy
ace Can't deliver to xxx#_yyy
I looked earlier in the log and it looks like it was able to successfully
create the response queue.
--
View this message in context:
http://qpid.2158936.n2.nabble.com/Using-QMF-to-know-about-consumers-in-a-topic-exchange-tp7663510p7663521.html
Sent f
.n2.nabble.com/Using-QMF-to-know-about-consumers-in-a-topic-exchange-tp7663510p7663520.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additio
On 26/05/17 18:09, mottese wrote:
I'm running that test program, but I noticed that I never receive a response.
I modified the connection to be:
Connection c(argc > 1 ? argv[1] : "localhost"); //, "{protocol:amqp1.0}");
And that worked. Any idea why this would change things?
Does your broke
age in context:
http://qpid.2158936.n2.nabble.com/Using-QMF-to-know-about-consumers-in-a-topic-exchange-tp7663510p7663518.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-uns
On 26/05/17 16:07, mottese wrote:
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);
re
ect";
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://q