Andrea Gazzarini wrote:
Good news : QMan is handling events! It's working but the patch is not yet
created because I should (must) correct something...
Anyway (on JIRA QPID-1357) I attached a screenshot of JConsole that is
showing the following scenario :
1) One C++ broker
2) Three Qman connected with the broker above.
You can see that in this version, the namespace of MBean has changed to
handle events. Now the pattern is :
Q-MAN: Q-MAN:brokerID=<brokerID>,type=<Event |
Class>,package=<package>,name=<event or class name>,objectID=<objectID>
This is needed in order to correctly separate events and classes. As you can
see on the attached screenshot under the Q-MAN domain there are two folders
named "Class" and "Event".
Now, look under the Event folder. There are three kind of events : bind,
queueDeclare and subscribe.
The screenshot has been made to show the properties (arguments) of a
queueDeclare event.
Last thing : note that QMan (for events only) is inserting two additional
information other than arguments : severity level and timestamp (shown as a
date)
Any comments would be appreciated.
Regards,
Andrea
Andrea,
I'm looking forward to trying this new feature out.
One small thing I would suggest with regard to terminology. There are
event classes and object classes. I would use the terms "event" and
"object" instead of "event" and "class".
-Ted