java - BytesMessage without OOM -
java - BytesMessage without OOM -
is there way set big file in jms queue without loading whole thing in memory? let's file 100mb, can stream in , out of queue or must load whole byte array in memory?
this not straight supported jms. there jms-supporting implementations, such apache activemq back upwards passing streams. see this page on activemq site more information.
java jms out-of-memory
Comments
Post a Comment