In apache-activemq-5.0-20070811.221311-50.. http://activemq.apache.org/blob-messages.html
BlobMessage message = session.createBlobMessage(new URL("http://some.shared.site.com"); producer.send(message); works fine!! But BlobMessage message = session.createBlobMessage(new File("E://ACM.XML")); producer.send(message); in this case, receiver gets nothing.... you can try... -- View this message in context: http://www.nabble.com/Bug-Report-for-createBlobMessage-function..-tf4259125s2354.html#a12120732 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.