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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -