Hello,I have a basic question about message consumers that I really need to confirm that my understanding is correct.
Do message consumers run in different threads?Suppose I have 5 consumers assigned to a queue. Are these consumers independent with each other and are running in different threads?
Thanks!