JMX Configuration of SailFin Application Router
Posted by yvobogers on April 1, 2008 at 4:46 AM EDT
In a previous article, I discussed how to replace SailFin's built-in Alphabetical Application Router with your own custom-made router. The Application Router concept is described in JSR289. Its responsibility is to orchestrate SIP traffic between whatever applications you've got deployed on your server.
But what if you wanted to change the behaviour of your application router, without modifying its source code and without redeployment? You would need a runtime configuration interface to it, but JSR289 does not specify such an interface.
In this article, I'm illustrating how to deploy an Application Router which can be configured over JMX.
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- yvobogers's blog
- 895 reads






Comments
by eladkaner - 2008-11-11 01:32
Hi, I build and deploy the SimpleJmxRouter , all go fine but when the OnlineBank sip phone try to register i get "Unable to invoke application OnlineBank , check your AR configuration!" any idea?