A message arriving on the queue may find itself toward the end of a batch, in which case its processing will be delayed.
到达队列的消息可能会发现自己排在一批消息的末尾,在这种情况下,对它的处理将延迟。
2
If this wasn't the case, then you'd use a combination of this and the batchprocessing with message enrichment patterns.
如果不是这样,则您可以使用此模式与使用消息充实的批处理模式的组合模式。
3
Batchprocessing with message enrichment: This pattern is useful if the message to be processed contains a repeating element, and each element needs to be enhanced by acting on each one separately.