NServiceBus ServiceInsight - Empty Flow Diagram and Sequence Diagram

226 views Asked by At
  • I started ServiceControl (Set audit forwarding on)
  • I Started ServiceInsight (with default api url, which is ok)
  • I Downloaded StepByStep sample from nservicebus site, and added audit forwarding config class

.

class ConfigAuditQueue : IProvideConfiguration<AuditConfig>
{
    public AuditConfig GetConfiguration()
    {
        return new AuditConfig
        {
            QueueName = "audit"
        };
    }
}

As you can see in the screenshot, it is connected to msmq api and can fetch the messages. However Flow Diagram and Sequence Diagrams are empty.

  1. Why is that, any ideas?
  2. Is it related to the Unknown Message ID ? (Although it is known in Header)

SS

Here is also MSMQ installed features screenshot and versions for helping error recreation.

  • ServiceControl v1.12.0
  • ServiceInsight v1.5.6

enter image description here

2

There are 2 answers

1
Hadi Eskandari On BEST ANSWER

After spending some time trying to track the issue, turns out this is a ServiceControl bug that happens when running on non-English culture, specially Turkish.

The bug has been raised and fixed since. You can find more info here.

1
Ramon Smits On

This issue is crossposted to the Particular Google Groups:

This seems to be any a bug and an issue is created for it: