This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a change to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git.
from 90b29cd Fix maven plugins version and options
new e630a3c [AMQ-8412] Update client-side maxFrameSize handling to be
more symetrical with server-side
new 42e65f8 AMQ-8412 - Add wireformat negotiation test for
maxFrameSizeEnabled
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/activemq/ActiveMQConnection.java | 6 -
...ion.java => MaxFrameSizeExceededException.java} | 11 +-
.../apache/activemq/command/WireFormatInfo.java | 8 +
.../apache/activemq/openwire/OpenWireFormat.java | 30 +-
.../activemq/openwire/OpenWireFormatFactory.java | 11 +
.../activemq/transport/nio/NIOSSLTransport.java | 9 +-
.../activemq/transport/nio/NIOTransport.java | 9 +-
.../apache/activemq/util/IOExceptionSupport.java | 4 +-
.../apache/activemq/util/JMSExceptionSupport.java | 8 +
.../transport/MaxFrameSizeEnabledTest.java | 302 +++++++++++++++++++++
.../transport/nio/NIOMaxFrameSizeCleanupTest.java | 8 +-
.../transport/tcp/WireformatNegociationTest.java | 93 +++++++
12 files changed, 471 insertions(+), 28 deletions(-)
copy
activemq-client/src/main/java/org/apache/activemq/{ConnectionClosedException.java
=> MaxFrameSizeExceededException.java} (74%)
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/transport/MaxFrameSizeEnabledTest.java