I’m in a situation where there are a lot of parked messages those need to be replayed while new messages are coming in. So:
-
Is there any option that we can process the parked messages and current messages at the same time ? Or can we limit the number of instances that is dedicated for replaying messages only ?
-
If a message is acked after it is parked, would it be removed from the parked stream ?
Thanks.