Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose mandatory option for publish #129

Closed
pardahlman opened this issue Oct 20, 2016 · 0 comments
Closed

Expose mandatory option for publish #129

pardahlman opened this issue Oct 20, 2016 · 0 comments
Labels
Milestone

Comments

@pardahlman
Copy link
Owner

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())
@pardahlman pardahlman added this to the 1.10.3 milestone Oct 20, 2016
pardahlman pushed a commit that referenced this issue Nov 20, 2016
…lish

(#129) Expose Mandatory Option For Publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant