mirror of https://github.com/apache/activemq.git
Applied patch for https://issues.apache.org/activemq/browse/AMQ-1770
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@663639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55409bdea0
commit
3103fa9969
|
@ -57,6 +57,7 @@ public class ActiveMQBlobMessage extends ActiveMQMessage implements BlobMessage
|
||||||
copy.setRemoteBlobUrl(getRemoteBlobUrl());
|
copy.setRemoteBlobUrl(getRemoteBlobUrl());
|
||||||
copy.setMimeType(getMimeType());
|
copy.setMimeType(getMimeType());
|
||||||
copy.setDeletedByBroker(isDeletedByBroker());
|
copy.setDeletedByBroker(isDeletedByBroker());
|
||||||
|
copy.setBlobUploader(getBlobUploader());
|
||||||
}
|
}
|
||||||
|
|
||||||
public byte getDataStructureType() {
|
public byte getDataStructureType() {
|
||||||
|
|
Loading…
Reference in New Issue