Ok so I figured this out after looking a bit at the code and the requirements for amqp URI and it should break down into the following format

amqp://username:password@host/virtualhost

My username and virtualhost were the same.

Next up is the nservicebus connection string. I ended up with something similiar to

    <add name="NServiceBus/Transport" connectionString="host={host};username={username};password={password};virtualhost={virtualhost}"/>

相关文章:

  • 2022-12-23
  • 2021-07-21
  • 2021-12-29
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-08-28
  • 2021-05-28
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
  • 2021-08-10
  • 2022-12-23
相关资源
相似解决方案