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

Lucille Wilson commented on AMQ-4335:
-------------------------------------

Dear Mr. Bish,

Test3:
When I used your second Unit test I get socket exceptions.  So I tried another 
unit test which I made, to try and stuff a string whose size is over 100MB into 
a TextMessage and I still got a SocketException.  To view the SocketException, 
please unzip AMQ4335Test3_WithLargeGeneratedString.zip.  When you do, you'll 
see that I tried to overcome the socket exception by adding the 
socketBufferSize=157286400 parameter to the activemq.xml  <transportConnector 
name="openwire url.  But that didn't work.

I can't seem to get beyond this SocketException when I am running unit tests.  


Test4:
So I ran my application again.  To see what problems my application is running 
into, please unzip AMQ4335_Test4_regularRunThroughOurApplication.zip.

The json I am generating is the same json as I had included in the previous 
posts.

When I run the application, I still get 
java.io.IOException: Frame size of 140 MB larger than max allowed 100 MB
        at 
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:277)
        at 
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:221)
        at 
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:213)
        at 
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:196)
        at java.lang.Thread.run(Thread.java:662)

I'd appreciate it if you could tell me what I can do to fix this problem.  
Thank you.

Lucille Wilson


                
> Cannot set maxFrameSize greater than 100MB
> ------------------------------------------
>
>                 Key: AMQ-4335
>                 URL: https://issues.apache.org/jira/browse/AMQ-4335
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.8.0
>         Environment: Windows 2008 R2
>            Reporter: Pat Flaherty
>         Attachments: AMQ4335Test3_WithLargeGeneratedString.zip, 
> AMQ4335_Test4_regularRunThroughOurApplication.zip, AMQ4335Test.java, 
> AMQ4335Test.java, AMQ4335Test.java, amq4335.xml, amq4335.xml, 
> BugInActivemq.zip
>
>
> Trying to send JSON messages greater then 100MB and I receive the error:
> Transport Connection to: tcp://192.168.10.1:55823 failed: 
> java.io.IOException: Frame size of 140 MB larger
>  than max allowed 100 MB
> I tried increasing the frame size in 5.8.0 as follows:
>         <transportConnectors>
>             <!-- DOS protection, limit concurrent connections to 1000 and 
> frame size to 100MB -->
>             <transportConnector name="openwire" 
> uri="tcp://192.168.10.1:61616?maximumConnections=1000&amp;wireformat.maxFrameSize=157286400"/>
>             <transportConnector name="amqp" 
> uri="amqp://0.0.0.0:5672?maximumConnections=1000&amp;wireformat.maxFrameSize=157286400"/>
>         </transportConnectors> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to