Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
We usually just call the service and configure it in appsettings
services.AddMassTransitEventProvider(null, x => x.AddRabbitMqTransport());
Adding the connectionstring to appsettings
"ConnectionStrings": {
"EPiServerDB": "...",
"OptimizelyMassTransitEvents": "amqp://guest:guest@localhost:5672"
}
Looking at an upgrade for an on-prem load balanced site and want to use this package:
I don't see much on the web around configuring it... I would think it's something like having the below block in Startup. How have you configured it?