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

Mark Soderquist commented on QPID-6462:
---------------------------------------

We have implemented changes according to the information you gave us and it is 
working well. We chose to set up a thread dedicated to receiving messages and 
calling the receiver.recieve( long ) method and no longer use the message 
arrival listener.

> A message larger than 32732 bytes cannot be received under various 
> circumstances
> --------------------------------------------------------------------------------
>
>                 Key: QPID-6462
>                 URL: https://issues.apache.org/jira/browse/QPID-6462
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.32
>            Reporter: Mark Soderquist
>            Priority: Critical
>         Attachments: AmqpMessageSizeIssue.zip
>
>
> A message larger than 32732 bytes (exactly 36 bytes smaller than 2^15 =
>  * 32768) cannot be received under various circumstances. Here is a matrix 
> that shows the conditions and outcomes:
> Polling with AmqpValue section: Works
> Polling with Data section: Fails
> Listening with AmqpValue section: Fails
> Listening with AmqpValue section: Fails
> Attached is sample code to demonstrate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to