NServiceBus.RabbitMQ icon indicating copy to clipboard operation
NServiceBus.RabbitMQ copied to clipboard

RabbitMQ transport for NServiceBus

Results 43 NServiceBus.RabbitMQ issues
Sort by recently updated
recently updated
newest added

### Describe the feature. #### Is your feature related to a problem? Please describe. Users that do not use saga timeouts, delayed retries or delayed delivery do not require the...

Improvement

### Describe the bug #### Description We have encountered a problem with infinite loop in immediate retries in case there is a lot of messages in queue one next to...

bug

### Describe the bug #### Description When an executable built as a single file deployment tries to start an endpoint, computation of nsbVersion in ConnectionFactory.cs, line 92 fails with a...

Improvement

### Describe the bug #### Description When using the [automatic rate limiting](https://docs.particular.net/nservicebus/recoverability/#automatic-rate-limiting) feature with the RabbitMQ transport, the functionality might produce duplicate messages in some edge cases. #### Expected behavior...

bug
Triaged

Currently the command line cannot run on a net7 only machine.

Since we are supporting it https://docs.particular.net/transports/rabbitmq/#broker-compatibility

Since we are supporting it https://docs.particular.net/transports/rabbitmq/#broker-compatibility

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...

The message converter resizing in SC accounts for 20% of the allocation for header dictionaries Before After