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.JMSException
IOException
URL uploadStream(ActiveMQBlobMessage message, InputStream in) throws javax.jms.JMSException, IOException
javax.jms.JMSException
IOException
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.