Hi,
I am using NserviceBuss To process my send Request to server.
actually i am queuing the all number of coming request and then using the NServiceBuss i am taking some of request to process on the server according to server limits.
But by default NServiceBuss is taking only two request and it is sending to server for process.
I want to increase the limit of NServiceBuss more than two request.
Please help me on this it is very urgent for me.