M314
M314

Reputation: 955

Diagnostics and statistics for messages in aplication with Apache Camel and Active MQ

In my disturbed java application I use Apache Camel and Active MQ for comminication between nodes. I want to store same data about queues in Active MQ. I want to make a statictics and automatically detect is a queue is not getting overload. I could not find any tools that Apache Camel and Active MQ provide to do such things. Do you know any? Or Maybe I just missed something in documentation.

Upvotes: 1

Views: 506

Answers (2)

Claus Ibsen
Claus Ibsen

Reputation: 55540

There is also hawtio which is a HTML5 based web console for managing java stuff and has plugins for both Camel and ActiveMQ: http://hawt.io/

In the ActiveMQ 5.9 release the old web-console will be replaced with hawtio. And over time additionally functionally for ActiveMQ is being added to the ActiveMQ plugin.

Also if you use a Karaf based system, then there is karaf commands for ActiveMQ, which you can use to get queue stats etc.

Upvotes: 2

Jakub Korab
Jakub Korab

Reputation: 5034

In ActiveMQ you have a choice of a number of mechanisms:

Upvotes: 4

Related Questions