Click here to Skip to main content
15,888,287 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed nservicebus handler as windows service. My client application cannot able to connect windows service handler.

What I have tried:

Am new to Nservicebus. So I tried all the samples provided by Particular. All I tried with console application and I am able to communicate the servicebus. but installed nservicebus handler not responding or my approach is wrong.

I've installed handler with endpointname 'myservice.server' and started the service.

Now from client application try to send the message endpoint.send('myservice.server', msgObject)

but it's not hitting the windows service

Please correct me if my approach is wrong
Posted
Updated 1-Oct-17 21:02pm

1 solution

Your question does not contain enough details to resolve your issue.

Have you performed the following tutorials?

- NServiceBus Quick Start[^]
- Introduction to NServiceBus[^]

These tutorials help you get going.

What transport are you using? If you are using the learning transport then make sure all your projects are part of the same solution. If not, it might be that the folder where the messages are written is different because you are using different solutions.

You can configure the storage folder explicitly:

- Learning Transport - Storage Directory[^]

Please, only use this transport for testing purposes.

Let me know if that works!

Particular Software also has its own forum at https://discuss.particular.net/[^] this forum is free to use and has much more people subscribed that are using NServiceBus and is or any of the other products part of the Particular Platform.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900