[ 
https://issues.apache.org/jira/browse/AMQ-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844739#comment-13844739
 ] 

Timothy Bish commented on AMQ-4914:
-----------------------------------

The issue in the code seems to stem from a max header frame size value in the 
AMQP client code.  When the value is greater than the default 32768 than an 
error is triggered.  This doesn't unblock the receive call though just drops 
the incoming message so that's why this test case fails.  If you tweak the max 
frame size value in the code then things start working.

> AMQP consumer hangs when receiving large messages
> -------------------------------------------------
>
>                 Key: AMQ-4914
>                 URL: https://issues.apache.org/jira/browse/AMQ-4914
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Kevin Earls
>            Assignee: Kevin Earls
>
> The AMQP client hangs when trying to receive messages > 32k.  I will add a 
> test that reproduces this.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to