Dear all,
I've installed windows service bus 1.1 on my server. I have six message containers and three nodes. On this bus, i creates many entities but one is the most important, it is the order queue for our ecommerce system.
After testing with high concurrency users, i see that the throughput of the bus is not as good as i expect. I check the message container database, the messages of order queue entity was contained only in one container db even we have six message container. I read on the msdn that the partition queue is supported for windows server bus 1.1. It means that even i add more and more servers, the throughput of our order queue doesn't increase. It's so terrible.
Could you tell me how to scale the windows service bus 1.1 to obtain high throughput?
Thank you so much!