Class ProtoMessagingBuilderExtensions
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
messagingProtoMessagingBuilderconfigureAction<RabbitMqOptions>