Console Application with IEndpointInstance

Hi.
I was wondering in the tutorials quickstart, is it possible to use a console as a ClientUI and now a web app?
In other words, is it possible to create/expose an instance of IEndpointInstance from a console applicaion?

Thanks!

Hi Tridy

Absolutely. An NServiceBus endpoint can be hosted in various hosting environments including regular console applications. In fact, many of our samples use this approach, see for example

and the corresponding client console application

Regards
Daniel

Thanks for the reply! I will tests it to use the console application as the client.
I rushed into thinking that the Client was also listening for the messages, but it only sends the messages from what I see.