NServiceBus ServiceInsight - 空流程图和序列图

时间:2016-04-14 10:57:21

标签: nservicebus serviceinsight

  • 我启动了ServiceControl(设置审核转发)
  • 我启动了ServiceInsight(默认api url,没问题)
  • 我从nservicebus网站下载了StepByStep示例,并添加了审计转发配置类

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

正如您在屏幕截图中看到的,它连接到msmq api并可以获取消息。但是流程图和序列图是空的。

  1. 为什么这样,有什么想法?
  2. 是否与未知 消息ID 相关? (虽然在标题中已知)
  3. SS

    这里还安装了MSMQ功能截图和帮助错误娱乐的版本。

    • ServiceControl v1.12.0
    • ServiceInsight v1.5.6

    enter image description here

2 个答案:

答案 0 :(得分:1)

花了一些时间试图跟踪问题,结果证明这是一个ServiceControl错误,在非英语文化,特别是土耳其语运行时发生。

此错误已被提出并修复。您可以找到更多信息here

答案 1 :(得分:0)

此问题与特定Google网上论坛相对应:

这似乎是一个错误,并为它创建了一个问题: