BlobUploader gets nulled out when copyMessageOnSend is set to true ------------------------------------------------------------------
Key: AMQ-1770 URL: https://issues.apache.org/activemq/browse/AMQ-1770 Project: ActiveMQ Issue Type: Bug Components: JMS client Affects Versions: 5.1.0 Reporter: Joe Fernandez Priority: Minor You have to set the "copyMessageOnSend" option to false in order to get the upload to work for an ActiveMQBlobMessage. >From a user forum thread "When the message is created with activeMQSession.createBlobMessage(File), it sets the message's blobUploader field. When the ActiveMQBlobMessage.copy() method is called, it does not copy this field. The new message has a null blobUploader. Then, when the ActiveMQBlobMessage.onSend() gets called, it does not upload the file if the blobUploader field is null." I am assuming this to be a bug and not by design. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.