0 Replies Latest reply on Jan 27, 2009 8:41 PM by daniel.zmuda

    Streaming big files memory problem

    daniel.zmuda

      Hi, I'm trying to send huge amount of data over the network of brokers (in the simpliest case two of them connected by tcp network connector). In many documentations of Fuse ESB it is written that Fuse Broker supports streaming, so that memory usage wont be so high as whole message on the client side.

       

      In my use case I have file:poller that is trying to send file of size 500MB to file:sender. However memory usage is jumping to almost 500MB and OutOfMemoryException is thrown. Am i doing something wrong or that 'streaming' is not working properly.

       

      Im using: 3.3.1.13-fuse. My activemq.xml is attached(the same on both fuse esb instances, excluding ports etc..).