I am aware of that solution
The problem is to get to the EJB processing layer, the XML parsing has to happen which is exactly what I am trying to avoid
The 1K messages I am talking about are very small when it comes to processing, I can say the processing is 35-40% XML parsing and marshalling and 65-60% actual processing
The queue has to happen before the XML processing to be effective
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964143#3964143
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964143
For various reasons my company wants to move application specific config files to a location outside the normal jboss directory structure. I've edited jboss-service.xml to scan the new directory but some files that previously resided in {jboss.server.name}/deploy don't get read in when moved to their new home. I've tried adding the new directory to the classpath set in run.sh but that didn't help either.
Any pointers on how to move config files outside the default directory structure?
thanks
Erik Svensson, Ongame AB
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964328#3964328
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964328