Reputation: 3880
.
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.
Here is also MSMQ installed features screenshot and versions for helping error recreation.
Upvotes: 1
Views: 224
Reputation: 26354
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.
Upvotes: 1
Reputation: 2618
This issue is crossposted to the Particular Google Groups:
This seems to be any a bug and an issue is created for it:
Upvotes: 0