Many messaging systems provide a peek method that allows a component to inspect messages inside a Point-to-Point Channel (103) without consuming the message. This approach has one important limitation though: Once the intended consumer consumes the message, the peek method can no longer see the message. Therefore, this approach does not allow us to analyze messages after they have been consumed.

