I am using NServiceBus 4.0.3 and I thought of using ServiceInsight, I can see the queues but cant see the workflow. Not sure if I need to configure anything.
NServiceBus ServiceInsight, couldnt see message flow
659 views Asked by Miral At
1
ServiceInsight works in two modes, one is using Queue Explorer and working with queues the other one is Endpoint Explorer which uses Management API (a.k.a Service Control) to retreive the data and operate on messages. Each come with their pros and cons:
Queue Explorer
Endpoint Explorer
To see the flow diagram, you need to connect to Management API/Service Control which (if you have used installer) usually runs on your localhost the port you have specified. See my blog post for more info.