Skip to content

Expose mandatory option for publish #129

@pardahlman

Description

@pardahlman

As of version 4.x of the RabbitMQ.Client, the shorthands methods for publish was moved to its own extension class (rabbitmq/rabbitmq-dotnet-client@f8ca49d). RawRabbit should use the publish with all parameters, and make sure that they are configurable in the fluent configuration builder

var client = BusClientFactory.CreateDefault();
client.PublishAsync(new BasicMessage(), configuration: cfg => cfg.WithMandatoryDelivery())

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions