Replies: 2 comments
-
@mvein When you configure the Azure Service Bus transport, there's an optional, 2nd argument in UseAzureServiceBus() that let's you configure the Happy to take a pull request either for real changes or for documentation updates just showing folks how to use it |
Beta Was this translation helpful? Give feedback.
-
I've been struggling with the same problem this last week. I'm setting up a new minimal API project using Aspire and Wolverine. It took me a couple of days of tinkering before considering it was an issue between wolverine and the emulator specifically. I hooked the project up to a dev SB to check and it all worked as expected. However, upon swapping config back to using the emulator, that's all working fine now too. No configuration changes on the emulator itself before vs after swapping it for the real thing. 🤷 I'm not sure how helpful an anecdote this is, but certainly an interesting bit of behaviour. I'll report back if I discover the cause / if it reverts back to throwing exceptions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I was trying to use Wolverine together with Azure Service Bus Emulator, but since ASBE does not support SSL, it is not possible to connect with Wolverine as this one listens on 443 port only (or it is not obvious to change the default behavior).
Describe the solution you'd like
An ability to run Wolverine with ASBE on any port of choose.
Additional context
Configuration used:
Beta Was this translation helpful? Give feedback.
All reactions