Hi,
I am using GlobalMessageRequestFilters.Add to add entries to RequestContext.Items so I can user later on during execution of that mq process. Is this thread-safe to do if using multiple threads for the mq listeners?
mqService.RegisterHandler<MyDto>(SecureHandler, noOfThreads: 15);