A software solution that provides cross-service message flows and business processes as well as analyze and test for performance metrics.
Questions tagged [serviceinsight]
20 questions
4
votes
2 answers
Delete messages from NServiceBus and ServiceInsight
According to the documentation, NServiceBus persists messages via the Management Service in a RavenDB stored in C:\ProgramData\Particular\ServiceBus.Management\Data. See Working with Error and Audit queues.
Ayende has confirmed that the database can…

Reyhn
- 997
- 1
- 11
- 22
3
votes
1 answer
How can I resend messages from dead letter queue using Particular ServiceInsight?
We are implementing ServiceInsight as our Azure ServiceBus monitoring system.
I know that it's possible to resend messages from the error queue, but is it possible to resend messages that are on the dead letter queue?

Linda McCarthy
- 41
- 2
2
votes
1 answer
NServiceBus purge audit queue
I have multiple NSB endpoints using MSMQ as transport and pointing to centralized audit queue.
ServiceControl forwards the messages from the audit queue to its RavenDb and ServiceInsight/ServicePulse show those messages.
Over a period, I'm seeing…

Saravanan
- 67
- 1
- 5
2
votes
2 answers
Getting Service Insight to connect to Management Service
My OS is a Windows 2012 Essentials.
I installed NServiceBus 4 using the installer, then installed Service Insight.
Accepted the default settings.
When I start up Service Insight, there is an error about connecting to the management service. I've…

ton.yeung
- 4,793
- 6
- 41
- 72
1
vote
1 answer
What Does the Exclamation means in ServiceInsight near Processing Time?
There is a little exclamation mark next to the processing time in ServiceInsight. Anyone has any idea what it means? I can't find any information on the internet.

Thijs
- 3,015
- 4
- 29
- 54
1
vote
2 answers
NServiceBus ServiceInsight - Empty Flow Diagram and Sequence Diagram
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 :…

stratovarius
- 3,720
- 1
- 30
- 26
1
vote
1 answer
ServiceInsight Azure Connecting to VM
I was wondering if it was possible to connect to a Service Insight hosted on a Virtual Machine locally? What I mean is:
I have Service Insight installed on a VM in the cloud
Can remote into it via Remote Desktop
Can launch Service Insight on the…

Dr Schizo
- 4,045
- 7
- 38
- 77
1
vote
1 answer
NServiceBus ServiceInsight All Messages Get Routed To ServiceBus.Management.Errors
I have a service that is configured to handle a command object. In the Handle method I am throwing an exception in specific business cases. When this occurs it send the error to the Error queue and I think the Particular Management service is…

user2812323
- 33
- 4
0
votes
1 answer
Does NServiceBus 6.0 already support ServiceInsights
I would like to "connect" my NServiceBus 6.0 application to ServiceInsight. Therefore I install the Nsb6.Heartbeat, Nsb6.CustomChecks and Nsb6.SagaAudit dlls with NuGet Package Manager to my solution. In the past this was enought configuration and…

marco birchler
- 1,566
- 2
- 21
- 45
0
votes
1 answer
NServiceBus ignore auditing specific message type
I have a NSB endpoint which polls a database every 'n' minutes to send some data to other end points. I am using the built-in scheduler. It is recommended to just do 'Bus.SendLocal' in the scheduler code and have a handler call the database. The…

Saravanan
- 67
- 1
- 5
0
votes
1 answer
ServiceInsight Saga View not working
See the following screen shot:
In my endpoint project I have referenced the ServiceControl SagaAudit plugin, such that when I deploy, the necessary dll is deployed as expected. You can see this in the left pane of the screenshot, which shows a…

Shawn de Wet
- 5,642
- 6
- 57
- 88
0
votes
1 answer
NServiceBus analytics
We have gone with our first integration deployment into production with NServiceBus. ServiceInsight and ServicePulse are very handy, especially ServiceInsight - it is very helpful to understand things during go-live activities, even though it is…

Saravanan
- 67
- 1
- 5
0
votes
1 answer
NServiceBus ServiceInsight Bug/Issue
I'm able to reproduce this, does anyone have workaround for this?
ServiceInsight, ServicePulse and ServiceControl are set up. I'm trying to send a message to an endpoint which is not started and does not have the queue configured. So I'm able to see…

Saravanan
- 67
- 1
- 5
0
votes
1 answer
NServiceBus Platform Installer - Failing To Install ServiceInsight - Chocolatey exit code 1638
Team,
I am installing the Platform Installer and selected NServiceBus, ServiceControl, ServicePulse, and ServiceInsight. I am receiving the following error when it goes to install ServiceInsight (see error below)
I had the beta's version installed…

user2812323
- 33
- 4
0
votes
2 answers
NServiceBus & ServiceInsight Sql Server Transport & Persistence
The application we have been building is starting to solidify in that the majority of the functionality is now in place. This has given us some breathing room and we are starting evaluate our persistence model and the management of it. I guess you…

user2812323
- 33
- 4