Class ProtoMessagingBuilderExtensions

Namespace
ProtoTest.Messaging.RabbitMq
Assembly
ProtoTest.Messaging.RabbitMq.dll
public static class ProtoMessagingBuilderExtensions
Inheritance
ProtoMessagingBuilderExtensions
Inherited Members

Methods

UseRabbitMq(ProtoMessagingBuilder, Action<RabbitMqOptions>?)

Uses RabbitMQ as the broker: publish to exchanges named like the destination, await on a tap prepared for the destination before the act. The connection comes from ProtoTest:Messaging:RabbitMq:ConnectionString, so a deployed run only changes configuration.

public static ProtoMessagingBuilder UseRabbitMq(this ProtoMessagingBuilder messaging, Action<RabbitMqOptions>? configure = null)

Parameters

messaging ProtoMessagingBuilder
configure Action<RabbitMqOptions>

Returns

ProtoMessagingBuilder