Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 528 Bytes

MTConsumeContextTest

Test app to investigate MassTransit memory issues.

Steps to reproduce issue:

  • Change RabbitSettings.cs to point to your Rabbit cluster.
  • Publish MTConsumeContextTest.Consumer.IMemoryIssuesTriggerMessage message to memory_issues_queue queue.
  • Check MemoryIssuesConsumer picks up the message - you are expected to see process memory growing now.
  • If you publish MTConsumeContextTest.Consumer.INoMemoryIssuesTriggerMessage message to no_memory_issues_queue, MT publish behaves as expected.