Re: Unable to send a file using BlobMessage via HTTP transport

2008-02-04 Thread Supriya Prakash
= (BlobMessage) message; InputStream in = bMsg.getInputStream(); //Code hang here when I am trying to read InputStream.. } can anybody help in this regard? Thanks in advance! Manish Gupta -- View this message in context: http://www.nabble.com/Unable-to-send-a-file-using

Re: Unable to send a file using BlobMessage via HTTP transport

2008-02-04 Thread Marco Buss
Betreff: Re: Unable to send a file using BlobMessage via HTTP transport Hi, I'm facing the same problem. The publisher sends the message but a NullPointerException is thrown at subscriber's end on the following line : - InputStream in = bMsg.getInputStream(); On debugging I found

Re: Unable to send a file using BlobMessage via HTTP transport

2007-12-31 Thread James Strachan
On 31/12/2007, Mani.. [EMAIL PROTECTED] wrote: Hi, I am trying to send a file using BlobMessage over Http. But I am not able to read at consumer side [ Code hang here when I am trying to read InputStream..] Even getting WARN message on broker side everytime when I send a file: WARN

Unable to send a file using BlobMessage via HTTP transport

2007-12-30 Thread Mani..
in advance! Manish Gupta -- View this message in context: http://www.nabble.com/Unable-to-send-a-file-using-BlobMessage-via-HTTP-transport-tp14554898s2354p14554898.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.