Hi,
I am using nservicebus 1.9 version in my project. My project we are using publisher- subscriber model. Like publisher will send messages to Distributor and Distributor will forward the same message to one of the subscribed Subscribers.
but in my project subscriber will do some operation and inserts the data into database,
My requirement is if subscribers fails to insert data into the database i need send it backi to distributor. How can I do that one? Can subscriber send Messages back to distributor?
Thanks
nRk