Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I have two applications: one acts as the publisher and the other as the consumer. I’m using Wolverine with PostgreSQL as the message broker. Everything works correctly — the publisher sends messages, ...
2 votes
1 answer
137 views

We recently decided to move from MassTransit to Wolverine for sending messages using Azure Service Bus. However, we’ve run into some issues with our multi-tenant setup. Our setup looks as follows: ...
2 votes
0 answers
283 views

I'm switching from MediatR to Wolverine. It's handy to use. However, I have run into one problem. I want to add middleware to check authorization before using the handler. Which is not a problem ...
1 vote
0 answers
460 views

I would like to configure Wolverine for publish/subscribe pattern with more non-competing subscribers using SQL Server as transport. I can manage to set it up, but only with competing subscribers. I ...
CHMaagaard's user avatar
0 votes
1 answer
226 views

I am using Wolverine as my framework of choice. Wolverine comes with Lamar as IoC Container. I have split my container registrations into ServiceRegistries. Now I need to access IConfiguration ...
1 vote
0 answers
162 views

So far I have been using MediatR.Courier for subscribing to messages in my background services / asp.net hosted services. Why, because Hosted services are singletons, and NotificationHandler are not,...
1 vote
1 answer
402 views

I'm very new to Wolverine and noticed a bunch of INF level log messages when processing a request: [17:41:55 INF] No routes can be determined for Envelope #018d971d-986c-486f-9d65-5eaa449fa40b (...
2 votes
1 answer
260 views

I am trying to configure Wolverine in a .NET 7 application that is leveraging the OrchardCore framework. The problem arises from Wolverine swapping out the IoC container, but specifically that it ...
2 votes
1 answer
99 views

I am creating an dotnet core C# Web API app using wolverine (probably not important) Each Command is configured in program like so by Mapping a Post. public record CreateIssue(Guid OriginatorId, ...

AltStyle によって変換されたページ (->オリジナル) /