t11omas
t11omas
Hi, Yes please create an empty plugin, and we will start to look at this.
I think that is a decent idea since they are quite closes related
I don't have a strong preference, but I would say SlimMessageBus.Host.AmazonSQS looks better
Hi, Sorry for the slow response, we have been using the SQS extension for consuming, and its working nicely. Thanks so much for that. Is there any update on when...
I have done that via the generic interceptor, but the issue is that by the time it hits the interceptor, some processing has already occurred. I.e, its already been desterilized...
Just copying this question over to this ticket: Is there any way to see/monitor the count of messages on the in memory bus? (might be another example of a good...
We are using a Hybrid bus, so both in memory and external. I understand for the in memory bus the messages don't go via serialization, but they do for the...
If it helps, this is what i was playing around with using the interceptor: ``` public class MetricsConsumerInterceptor : IConsumerInterceptor { readonly Histogram consumeDuration; readonly Counter consumeTotal; readonly Counter consumeFaultTotal;...
Looking though the code, I wonder if an `IReceviedInterceptor : IInterceptor` would be the simplest way to go, and that is invoked by the by the message processor (the TMessage...
Hey, 1. I am not sure which would be better, but if we wanted to show the metrics at a service level, and we had 10 topics, then I am...