c# - Passing exception in masstransit request-response model -


i have ui client communicate server application via masstransit on rabbitmq. so, want catch exceptions of userexception type on client , show it's content user, works fine problem each message client server, produce exception on server, moves error queue. im logic not system error, it's user warning, not more. how avoid moving such messages error queue?

you can consume faults via fault<>. looks part works you.

what want replacement moveexceptiontotransportfilter filter out messages getting tossed in error queue.


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -