Jump to content

Monitoring registered dynamic events


Recommended Posts

Salut.

I have a software built around the producer/consumer/capitalist concept. It is using "programmatic user event/event structure" as the building block. The producer registers the event and i would like to be able to monitor how many events have been registered. Possible?

In your event handler add an event case to allow logging of registration. Each time a producer registers, have it send a single event to the logging case and store/display/log etc...

Unfortunately so far we do not have a method like: enumerate all registered events, or the related, enumerate all producers for this Q or simply enumerate all Queues. (I do this last one myself since I use queues so much).

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.