Open Liberty : sessionCache for SIP session

I would like to know if the functionnality described in the article JCache session persistence is applicable for SIP session as well ? If not, is there an other way to synchronize sip session between Open Liberty instances ?

Thanks, Clément.

Upvotes: 0

Views: 98

Answers (1)

wtlucy
wtlucy

Reputation: 724

The sessionCache-1.0 feature described in the blog post you've linked to will not work with SIP sessions - Liberty does not directly support SIP replication or failover. Your best option currently is to use a load balancer with health checking support.

Upvotes: 1

Related Questions