Is it possible to configure a listener, so more than one thread or message is processed at a time. For example. If I post 100 messages to a service bus queue. I would like 10 threads to process 10 messages at a time. This will increase
throughput. Is this possible?
↧