-
At the time of writing this would be 64kb (ASQ).
We would throw telling users that some transports won't handle this and suggest the Databus/Claim check pattern.
We would also provide a config …
-
-
NServiceBus.Newtonsoft.Json supports JSON.Net 10.x but the current release of NServiceBus.AzureStorageQueues is locked at 9.x via the nuget dependency range
Can this be bumped so the dependencies al…
-
I downloaded the [file share DataBus sample](https://docs.particular.net/samples/file-share-databus/) and changed the size of the byte array to be sent.
Set to 20MB the memory consumption jumps fro…
-
Page: https://docs.particular.net/nservicebus/messaging/databus/
You should mention which data types are allowed for the DataBus property (only `byte[]`, I think) and refer to https://docs.particul…
-
Hello,
We are sending files as specific commands to specific endpoints. These commands uses the databus functionality for storing the file content. But on one particular moment in time there were m…
-
moved here https://github.com/Particular/PlatformDevelopment/issues/1099
Problems with current implementations:
- Performance:
- GC inefficcient - allocates large byte arrays, rather than usi…
-
The page [Custom DataBus implementation](https://docs.particular.net/nservicebus/messaging/databus/custom) has never been reviewed.
* [Page review instructions](https://github.com/Particular/docs.…
-
var productsDataBusProperty = new DataBusProperty(memoryStream.ToArray());
productsDataBusProperty.SetValue(null);
Debug.Assert(productsDataBusProperty.HasValue == (productsDataBusPro…
-
https://github.com/Particular/docs.particular.net/pull/2724#issuecomment-301449055