MassTransit icon indicating copy to clipboard operation
MassTransit copied to clipboard

Distributed Application Framework for .NET

Results 51 MassTransit issues
Sort by recently updated
recently updated
newest added

### Contact Details _No response_ ### Version 8.x (develop, pre-release) ### On which operating system(s) are you experiencing the issue? MacOS ### Using which broker(s) did you encounter the issue?...

SQL Transport

### Contact Details _No response_ ### Version 8.x ### On which operating system(s) are you experiencing the issue? Windows ### Using which broker(s) did you encounter the issue? Amazon SQS...

Amazon SQS/SNS

Adds some notes about the order of registrations, and how to run the migrations manually

### Contact Details _No response_ ### Version 8.x ### On which operating system(s) are you experiencing the issue? Linux ### Using which broker(s) did you encounter the issue? RabbitMQ ###...

Created a discussion awhile back (#5142) but figured I'd create a draft PR. Adds support for `BinaryData` (from [System.Memory.Data](/dotnet/runtime/tree/main/src/libraries/System.Memory.Data)) as a supported type on `MessageData`. > The `BinaryData` type provides...

MT context propagation is not compatible with `W3C trace context` and `W3C Baggage`. Thus, context propagation does not work with non-MT consumers and producers. I'd prefer a breaking change in...

### Contact Details _No response_ ### Version 8.x ### On which operating system(s) are you experiencing the issue? Windows ### Using which broker(s) did you encounter the issue? Postgres ###...

SQL Transport

I needed the ability to change the mediator base address to fix a problem we are having running multiple tests in parallel. The issue we ran into was a message...