Re: How do I deploy the "ActiveMQ-fileserver" webapp into tomcat while using BlobMessage?

2010-05-13 Thread ireneshy
>> I'll >> document it later and close the issue. Thanks for the pointer. >> >> Cheers >> -- >> Dejan Bosanac - http://twitter.com/dejanb >> >> Open Source Integration - http://fusesource.com/ >> ActiveMQ in Action - http://www.manning.com/sn

Re: How do I deploy the "ActiveMQ-fileserver" webapp into tomcat while using BlobMessage?

2010-05-13 Thread ireneshy
gt; ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Thu, May 13, 2010 at 8:50 AM, ireneshy wrote: > >> >> Hi, >> Thank you very much. Is there any examples about using external FTP >> server to store fil

Re: How do I deploy the "ActiveMQ-fileserver" webapp into tomcat while using BlobMessage?

2010-05-12 Thread ireneshy
tion - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Thu, May 13, 2010 at 5:17 AM, ireneshy wrote: > >> >> I'm using ActiveMQ BlobMessage to transfer large files, but now I want to >> s

How do I deploy the "ActiveMQ-fileserver" webapp into tomcat while using BlobMessage?

2010-05-12 Thread ireneshy
I'm using ActiveMQ BlobMessage to transfer large files, but now I want to set up ActiveMQ using Tomcat 6.0. I've already configurated the JNDI for the ConectionFactory and Queue to work within Tomcat. But you know that BlobMessage must be send to a application that can receive PUT message, and the

Re: Getting IllegalAgrEception while Sending BlobMessage

2010-04-28 Thread ireneshy
-- > 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: > >> >> H

Re: Getting IllegalAgrEception while Sending BlobMessage

2010-04-14 Thread ireneshy
e(); // 延时500毫秒之后停止接受消息 Thread.sleep(500); consumer.close(); } } Dejan Bosanac wrote: > > Hi, > > what version are you using and can you post your code? > > Cheers > -- > Dejan Bosanac - http://twitter.com/

Getting IllegalAgrEception while Sending BlobMessage

2010-04-13 Thread ireneshy
Hi , I am trying a simple producer and consumer application for BlobMessage, it works fine for files of size 8 kb.But if I send file of size more than 64KB , it throws an exception in the activemq console : ERROR log- EXCEPTION java.lang.IllegalArgumentException