Skip to content

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

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

[6.2.x] Provide a flexible filter style input stream that limits read amounts (#2118)#2120
cshannon merged 1 commit into
apache:activemq-6.2.xfrom
cshannon:backport-2118-6.2.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 562fa8d into apache:activemq-6.2.x Jun 15, 2026
3 checks passed
@cshannon cshannon deleted the backport-2118-6.2.x branch June 15, 2026 20:21
@github-project-automation github-project-automation Bot moved this from Todo to Done in Apache ActiveMQ v6.2.7 Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Development

Successfully merging this pull request may close these issues.

2 participants