Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
0.32
-
None
-
None
Description
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.