in reply to transferring a large file with STOMP over Artemis AMQ

The Net::Stomp protocol allows multiple "send" requests.

Simply read the file a record at a time (do not zap $/) , and send a record at a time.

You will probably need to modify the reciever to receive this, and , possibly setup a way to signal "Last record", or "End of file", possibly via a key-value pair that is passed.

                All power corrupts, but we need electricity.

  • Comment on Re: transferring a large file with STOMP over Artemis AMQ