Uses of Interface
org.apache.activemq.BlobMessage
-
Packages that use BlobMessage Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes -
-
Uses of BlobMessage in org.apache.activemq
Methods in org.apache.activemq that return BlobMessage Modifier and Type Method Description BlobMessageActiveMQSession. createBlobMessage(File file)Creates an initializedBlobMessageobject.BlobMessageActiveMQSession. createBlobMessage(InputStream in)Creates an initializedBlobMessageobject.BlobMessageActiveMQSession. createBlobMessage(URL url)Creates an initializedBlobMessageobject.BlobMessageActiveMQSession. createBlobMessage(URL url, boolean deletedByBroker)Creates an initializedBlobMessageobject. -
Uses of BlobMessage in org.apache.activemq.command
Classes in org.apache.activemq.command that implement BlobMessage Modifier and Type Class Description classActiveMQBlobMessageAn implementation ofBlobMessagefor out of band BLOB transfer
-