Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

QPID C++ - Dynamically Managing Broker

$
0
0
Hello,

I'm faced with a bit of an issue. For an application I'm working on, I'm in
need of several abilities:

1. Create, destroy, and clear queues on an exchange.
2. Create and destroy exchanges on a broker.
3. Fetch a list of all existing connections on a broker.
4. If possible, send a management message telling the broker to shutdown.
5. Verify the existence of a queue. (I have a workaround for this)

Based on what I've been reading, I believe QMF would be the way to go for
this. The issue is that I cannot seem to find much information about QMF
despite all of the digging I've been doing.

I have found:

https://qpid.apache.org/releases/qpid-0.28/qmf/cpp/api/index.html
and
http://qpid.apache.org/books/0.12/AMQP-Messaging-Broker-CPP-Book/pdf/AMQP-Messaging-Broker-CPP-Book.pdf

However these are somewhat vague in my opinion. In fact the book uses "???"
in locations where there should be links to more information.

Can somebody possibly supply an in-depth example/description of how to use
QMF for broker management in C++? I hate to be a bother, but I'm simply not
understanding how QMF is supposed to be used.

Thank you,
Spencer

Viewing all articles
Browse latest Browse all 5648

Trending Articles