Re: Getting IllegalAgrEception while Sending BlobMessage

2010-04-28 Thread ireneshy
Hi, I've been waiting for weeks, is there anything wrong with my code? or incorrect config? Looking forward to your early reply, Thanks a lot~! Irene Dejan Bosanac wrote: > > Hi, > > what version are you using and can you post your code? > > Cheers > -- > Dejan Bosanac - http://tw

Re: Getting IllegalAgrEception while Sending BlobMessage

2010-04-14 Thread ireneshy
Hi, I'm using the version 'apache-activemq-5.3.1',and the code here. Maybe something wrong with the configuration? The activemq.xml is like this: file:${activemq.base}/conf/credentials.properties

Re: Getting IllegalAgrEception while Sending BlobMessage

2010-04-14 Thread Dejan Bosanac
Hi, what version are you using and can you post your code? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Apr 14, 2010 at 5:11 AM, ireneshy wrote:

Re: Getting IllegalAgrEception while Sending BlobMessage

2008-07-18 Thread Bala M
Hi, I am also getting the same errror! Has this issue been solved? Please let me know the reason for the error? Thanks, Bala susuguna wrote: > > Hi , > > > I am trying a simple producer consumer application for BlobMessage it > works fine for files of size 8 kb if I send file of size more

RE: Getting IllegalAgrEception while Sending BlobMessage

2008-06-11 Thread Angers, Sebastien
Hi Suresh, Could you give more details? Using the following very simple code, it is working for files of 8 kb and also for files of 14 MB. Regards, Sébastien -- import java.io.File; import java.io.IOException; import java.io.InputStream; import javax.jms.Destination; imp