0

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?

Aide
  • 3
  • 1

1 Answers1

0

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.

Tim Bish
  • 17,475
  • 4
  • 32
  • 42
  • Thanks Tim, I'd be happy to have a look at adding getDestinations to the C++ Client. – Aide Aug 05 '13 at 08:40