I'm using messaging (JMS) to pass objects to a Java program that listens for messages on the Topic. My question is: How do I automatically get the Java program running so it can pick up messages? When I start it manually it does start to grab msg's off the message queue. Does JRun have some sort of config parameter I can set?
Also, should the Java program be utilising threads? It's job is to wait around and service requests as they come in, so if a lot of users are sending, things could get messy. Any help would be greatly appreciated! Thanks in anticipation! My config: Windows XP Pro Eclipse and Flex Builder plugin Integrated JRun4 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

