Вопрос

AFAIK getDestinations hasn't been implemented in the ActiveMQ-CPP api

Is there a way of getting a list of all destinations added to the broker via the C++ API?

Это было полезно?

Решение

You can use Advisory Topics to monitor activity on the Broker from the C++ client. There are topics for Queue and Topic create / destroy along with a ton of other advisory topics for Broker events.

If you really want the getDestinations functionality in the C++ client you could contribute to the project.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top