public interface BlobUploadStrategy
| Modifier and Type | Method and Description |
|---|---|
URL |
uploadFile(ActiveMQBlobMessage message,
File file) |
URL |
uploadStream(ActiveMQBlobMessage message,
InputStream in) |
URL uploadFile(ActiveMQBlobMessage message, File file) throws javax.jms.JMSException, IOException
javax.jms.JMSExceptionIOExceptionURL uploadStream(ActiveMQBlobMessage message, InputStream in) throws javax.jms.JMSException, IOException
javax.jms.JMSExceptionIOExceptionCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.