Skip to content

[5.19.x] Provide a flexible filter style input stream that limits read amounts (#2118)#2121

Merged
cshannon merged 1 commit into
apache:activemq-5.19.xfrom
cshannon:backport-2118-5.19.x
Jun 15, 2026
Merged

[5.19.x] Provide a flexible filter style input stream that limits read amounts (#2118)#2121
cshannon merged 1 commit into
apache:activemq-5.19.xfrom
cshannon:backport-2118-5.19.x

Conversation

@cshannon

Copy link
Copy Markdown
Contributor

This commit supplies a utility type that acts as a filter input stream style stream wrapper than can be configured with an available bytes window which decreases as bytes are read from the stream. This allows a transport or other utility to limit what can be read based on a fixed amount such as a max frame size option.

(cherry picked from commit 81ab887)

…apache#2118)

This commit supplies a utility type that acts as a filter input stream
style stream wrapper than can be configured with an available bytes
window which decreases as bytes are read from the stream. This allows
a transport or other utility to limit what can be read based on a fixed
amount such as a max frame size option.

(cherry picked from commit 81ab887)
@cshannon cshannon self-assigned this Jun 15, 2026
@cshannon cshannon merged commit e6fac68 into apache:activemq-5.19.x Jun 15, 2026
3 checks passed
@cshannon cshannon deleted the backport-2118-5.19.x branch June 15, 2026 20:20
@github-project-automation github-project-automation Bot moved this from Todo to Done in Apache ActiveMQ v5.19.8 Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants