Re: BlobMessage

2010-06-04 Thread Pawan Chhabra
I had faced the similar problem. you need to set policy like connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";); Lou Parisi wrote: > > I am trying to send a BlobMessage with a file. I was able to get it to > work with ftp URL. This seems to send the UR

Re: Testing around BlobMessage

2010-06-04 Thread Pawan Chhabra
I had faced the similar problem. you need to set policy like connectionFactory.getBlobTransferPolicy().setUploadUrl("http://127.0.0.1:8161/fileserver/";); Gary Tully wrote: > > yea, that is correct. > > On 1 February 2010 15:16, johncarl81 wrote: > >> >> Another related question... >> >> Am