Christian

Results 6 issues of Christian

Although we have the [databus](https://docs.particular.net/nservicebus/messaging/databus/) that works for the entire message. It would be nice to have the ability to add an attachment to a message instead. It will also...

SimpleJson does not work well together with [record types](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/record) introduced with C# 9. SimpleJson is used in many places [across many downstreams](https://github.com/search?p=1&q=org%3AParticular+simplejson&type=Issues) and when it is used to serialize user-defined...

Feedback for https://docs.particular.net/nservicebus/hosting/startup-diagnostics and https://docs.particular.net/nservicebus/hosting/azure-functions-service-bus/ In Azure Functions with Azure Service Bus, the way you configure an endpoint is by creating an instance of ServiceBusTriggeredEndpointConfiguration. ``` class Startup : FunctionsStartup...

RabbitMQ client supports configuring the max message size since version [6.4.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/6.x/CHANGELOG.md#changes-between-631-and-640) It might be helpful to expose the setting for users. Because in general is recommended for message payloads to...

Investigate if the ability to provide a custom ArrayPool can provide any performance benefit Since version 6.3.0 supports the ability to specify a custom ArrayPool provider. - https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/1190 Potentially useful...