We use AMQ for sending thousands messages from app1 to app2. App2 sends all those messages to clients via http connections But now we've got a problem if some clients consume their messages slowly all others clients wait because AMQ sends messages one by one so messages for slow clients block others for some long period.
Really appreciate any ideas how to resolve such issue