Bart Koelman
Bart Koelman
@macsux Would it help if Steeltoe provided an extension method `AddEasyNetQ`, similar to `AddRabbitMQ`, to obtain a connected `IBus` (instead of `IConnection`) instance?
Yes, that's what I had in mind.
Related to https://github.com/spring-cloud/spring-cloud-config/issues/1595.
@TimHess I agree that unlisting released versions is a bad idea. Users depend on them today, and although the versions can still be downloaded, hiding them from the UI is...
I'm afraid we can't do that. Our current thinking is that we'll support v3 for another year after the v4 release. That support includes the features that no longer exist...
I'm closing this as it looks like a solution was provided but not responded to. Please open a new issue if you need more help.
Yes, one of the goals of the rewrite was to unify the API shape for single and multiple connections. If built today, I'd probably consider keyed services instead. But if...
As we discussed last week, it's already possible to register connection objects directly, if desired. For example: ```c# builder.Services.AddTransient(provider => { var factory = provider.GetRequiredService(); var connector = factory.Get(); return...
This was a deliberate choice in https://github.com/SteeltoeOSS/Steeltoe/pull/1153. I don't exactly remember _why_ this information was hard to obtain, but I suspect we could only support the simple cases (attribute-based routing,...
I'd like to suggest the following branch names: - "main" in Steeltoe/Samples/Documentation/MainSite: ongoing development - "release/2.x" and "release/3.x" in Steeltoe: the latest stable release, available for hotfixes (earlier releases can...