in the attachment, you could see the behavior when executing this loop:
where I waited for the drop in the live thread before another execution, so I executed it 7 times.
Code:
for (var i = 0; i < 100; i++) { Messaging.send('jms/chatChannel','yup'); }
Comment