[
https://issues.apache.org/jira/browse/AMQ-6526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725510#comment-15725510
]
ASF GitHub Bot commented on AMQ-6526:
-------------------------------------
GitHub user tmielke opened a pull request:
https://github.com/apache/activemq/pull/217
https://issues.apache.org/jira/browse/AMQ-6526 - fix <Unknown> Stomp …
…operation in ProtocolException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tmielke/activemq StompProtocolErrorUnknown
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/217.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #217
----
commit 0348bfeea52dcdbc6538cad94599db2af867c67d
Author: Torsten Mielke <[email protected]>
Date: 2016-12-06T13:32:47Z
https://issues.apache.org/jira/browse/AMQ-6526 - fix <Unknown> Stomp
operation in ProtocolException.
----
> 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)