Hi, I want to be able to proxy call onto XFire. I.e. I want to be able to receive a request over any transport (say JMS, HTTP etc) and pass it on to XFire (for reasons to do with transactionality and auditing). Any ideas on whats the be approach to do this.
From first look its seems that the easiest way to do this i.e. to use
XFireServletControll.doService JMSController.onMessage Are there any better approaches?
