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

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

Dear Christian,
I used the AMQ4335SmallPayloadTest.java and the amq4335-small.xml.  I renamed 
the xml to activemq.xml. 
When I ran the AMQ4335SmallPayloadTest.java the Junit test showed green (which 
is what has been happening all along) but the message was not enqueued on the 
TEST.SMALL.MESSAGE queue.  In addition whatever setting there is in the 
amq4335-small.xml which enables the admin/queue.jsp, that setting was not 
enabled.

So my test did not show the "frame size of 2 mb is larger than max allowed 1 mb 
message" I was expecting.

I am running on Windows 7 Professional 64 bit operating system.  

Since I can readily and easily reproduce the problem showing that the max frame 
size is always the default of 100MB what would you like from me in order to 
show you this bug?

In the meantime, if there is any configuration or action we should take to 
override the default of 100mb to a larger number, please advise.

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: AMQ4335SmallPayloadTest.java, amq4335-small.xml, 
> AMQ4335Test3_WithLargeGeneratedString.zip, 
> AMQ4335_Test4_regularRunThroughOurApplication.zip, 
> AMQ4335Test4_With2mbMessage.zip, AMQ4335Test.java, AMQ4335Test.java, 
> AMQ4335Test.java, amq4335.xml, amq4335.xml, BugInActivemq.zip, 
> max-frame-size-test.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