public void increaseBufferSizeViaSystemProperty() throws Exception
{
final int newBufferSize = 8 * 1024;
testWithSystemProperty(MuleProperties.MULE_STREAMING_BUFFER_SIZE, Integer.toString(newBufferSize),
new TestCallback()
{
@Override
public void run() throws Exception
{
InputStream in = new ByteArrayInputStream(new byte[newBufferSize]);