0

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.

Clément Honoré
  • 137
  • 1
  • 12

1 Answers1

0

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.

wtlucy
  • 704
  • 3
  • 10