You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by OnlyLove <v....@gmail.com> on 2007/08/13 06:31:24 UTC

Bug Report for createBlobMessage function..

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.


Re: Bug Report for createBlobMessage function..

Posted by pplive <pp...@gmail.com>.
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.