[
https://issues.apache.org/jira/browse/AMQ-6526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725540#comment-15725540
]
ASF subversion and git services commented on AMQ-6526:
------------------------------------------------------
Commit 9e3577894327d8c78bc52bb5f77650af0ceb095b in activemq's branch
refs/heads/master from [~tmielke]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=9e35778 ]
https://issues.apache.org/jira/browse/AMQ-6526 - fix <Unknown> Stomp operation
in ProtocolException.
closes #217
> Exception occurred processing: <Unknown> ->
> org.apache.activemq.transport.stomp.ProtocolException: The maximum data
> length was exceeded
> ---------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMQ-6526
> URL: https://issues.apache.org/jira/browse/AMQ-6526
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker, stomp
> Affects Versions: 5.14.1
> Environment: Stomp
> Reporter: Torsten Mielke
> Assignee: Torsten Mielke
> Priority: Minor
>
> When sending a Stomp message whose payload is bigger than
> wireFormat.maxDataLength, it results in this error
> {code}
> Exception occurred processing: <Unknown> ->
> org.apache.activemq.transport.stomp.ProtocolException: The maximum data
> length was exceeded
> {code}
> The problem is the {{<Unknown>}} which should get replaced with the proper
> Stomp operation that was used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)