[
https://issues.apache.org/jira/browse/ARTEMIS-4309?focusedWorklogId=864828&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-864828
]
ASF GitHub Bot logged work on ARTEMIS-4309:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/23 20:32
Start Date: 10/Jun/23 20:32
Worklog Time Spent: 10m
Work Description: prb17 commented on code in PR #4489:
URL: https://github.com/apache/activemq-artemis/pull/4489#discussion_r1225572381
##########
tests/activemq5-unit-tests/src/test/java/org/apache/activemq/command/MessageCompressionTest.java:
##########
@@ -216,13 +216,37 @@ public void testObjectMessageCompression() throws
Exception {
assertTrue("expected: compressed Size '" + compressedSize + "' <
unCompressedSize '" + unCompressedSize + "'", compressedSize <
unCompressedSize);
}
+ public void testLargeObjectMessageCompression() throws Exception {
Review Comment:
Understood, I made the change in the file you suggested. Let me know if
something doesn't look right and I need to fix something
Issue Time Tracking
-------------------
Worklog Id: (was: 864828)
Remaining Estimate: 0h
Time Spent: 10m
> Large JMS ObjectMessage types result in UTFDataFormatException when
> deserialized on client side
> -----------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-4309
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4309
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: peter brady
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When an activemq classic client uses the compression option to create a
> connection with the Artemis broker, ObjectMessage types greater than 1024
> bytes have a problem being deserialized on the consumer side. The process
> consuming the message attempts to reconstruct the Java object from the data
> contained in the received ObjectMessage, but then throws a
> UTFDataFormatException.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)