The Source for Java Technology Collaboration
User: Password:



Yvo Bogers' Blog

J2EE Archives


JMX Configuration of SailFin Application Router

Posted by yvobogers on April 01, 2008 at 01:46 AM | Permalink | Comments (1)

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.

Application Router Deployment on SailFin

Posted by yvobogers on March 14, 2008 at 11:42 PM | Permalink | Comments (1)

The Application Router is part of the SailFin extensions on the Glassfish JavaEE application server. Its responsibility is to orchestrate SIP composition by routing SIP requests from one SIP application to the next. SailFin comes out of the box with one, but allows the user to deploy a new one. This article describes how to do that.



Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds