On 07/21/2011 11:02 AM, Sylvain Marcadal wrote:
We are trying to send large messages using JMS API. The current API uses BytesMessages that load the content of the message in memory, leading to an OutOfMemory Exception. I would like to give the payload as an inputstream instead of a bytebuffer. Is it possible ? Or is there an another way like in ActiveMQ[1] or Jboss[2] ?
No, there is nothing built in to do that. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
