yep, I encounter the same problem 2! I have no idea what's happening.. it seems that the design is for url, but not for file/
OnlyLove wrote: > > 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#a12139864 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
