Hi,First want to say Chris and Dru you have built a slick project! I am relatively new to message queues/ESB/EDA etc. but have been pouring over as much as I can. My questions are around monitoring and events. We are using RabbitMQ with MT.I have seen the performance counters and wrote some code that can fetch the stats from those counters. One thing I noticed that isn't available is Unacknowledged message count (I have a feeling this is really more of a function of message queues/RabbitMQ and not of MT). One of our tasks is slow and can take several minutes and is a single consumer and it would be great if we could see how many messages are queued up (programmatically, I have seen the rabbitmq mgmt console).Is there a way given a correlationId that you can probe the system to find out where the item is? One thought I had was we could achieve this with the assumption no response means queued, then respond when the consumer first gets it with a "started" and then when done with a "complete" and perhaps if we want to get fancy a status message. I don't think what I want is a saga, but if that is a suggested solution I will experiment with it.Are there any other system lifecylce events besides BeforeConsumingMessage and AfterConsumingMessage?Thanks for any help!-Patrick--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/masstransit-discuss/-/pK6Gl7JORoUJ.
For more options, visit https://groups.google.com/groups/opt_out.