I wrote a JMS based Workflow engine. When JBoss gets a message, it looks up
what do do in an XML file and does those things (tasks) one after the other.

It works almost exactly like ANT targets.

One of the tasks it does is to ftp a file.  Recently a file needed to get 
ftp'd that was close to 100 meg.  

It looks like JMS timed out because the FTP was taking so long and started
the process all over again which ended in an infinite loop.

Is there a way to increase the timeout for JMS messages?

I'm using Jboss 2.4.1

thanks,
frank


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to