showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

Add Hazelcast cache backend for dialog replication #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Use Hazelcast to provide an alternative HA cache layer to jboss-cache. 

What steps will reproduce the problem?

None

What is the expected output? What do you see instead?

Dialog replication between hazelcast nodes.

What version of the product are you using? On what operating system?

1.5.0-SNAPSHOT

Please provide any additional information below.

I'll try to provide a working implementation of SipCache interface using 
Hazelcast

Original issue reported on code.google.com by iciv...@gmail.com on 2 Oct 2013 at 1:41

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Source code provided:
https://github.com/icivico/jain-sip.ha/tree/hazelcast-cache

Only dialogs in this commit.

Shootme example:
https://github.com/icivico/shootme-ha

Jain-sip configuration properties:

-- Cache implementation
org.mobicents.ha.javax.sip.CACHE_CLASS_NAME=org.mobicents.ha.javax.sip.cache.Haz
elcastCache

-- (Optional) Cache configuration, hazelcast xml configuration
org.mobicents.ha.javax.sip.HAZELCAST_CACHE_CONFIG_PATH=cache-configuration.xml

Original comment by iciv...@gmail.com on 11 Oct 2013 at 3:40

GoogleCodeExporter commented 8 years ago

Sorry for taking so long to look at it. It skipped my radar somehow.
Can you do a sync with master and do a pull request on the github repo ?

Original comment by jean.deruelle on 8 Feb 2015 at 3:38

GoogleCodeExporter commented 8 years ago
I'm sorry for the delay, i have no time for this project right now. Anyway, the 
code is synced, upgraded to hazelcast 3.4.1 and the pull request is done.

Original comment by iciv...@gmail.com on 23 Feb 2015 at 3:27