79695618

Date: 2025-07-09 12:34:05
Score: 1.5
Natty:
Report link

Closing the loop on this for anyone encountering this problem, in the app's MassTransit config (the first code block), you must specify the queue name here:

cfg.ReceiveEndpoint(<QUEUE NAME GOES HERE>, e =>
{
    e.ConfigureConsumer<RequestConsumer_MyConsumer>(context);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user621713