You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Torsten Mielke (JIRA)" <ji...@apache.org> on 2016/12/06 13:23:59 UTC

[jira] [Created] (AMQ-6526) Exception occurred processing: -> org.apache.activemq.transport.stomp.ProtocolException: The maximum data length was exceeded

Torsten Mielke created AMQ-6526:
-----------------------------------

             Summary: 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)