A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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?