Skip to content

pashashiz/clustered-queue-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=================================================================================================== # Clustered Replicable Queue (based on Infinispan)

This application demonstrates Replicable Queue running on Two Node in Java SE.

The example can be deployed from the command line your IDE directly or using maven.

To try with a Replicated Queue, run the following command in separated terminals:

  1. Using maven:
    • Node A: mvn compile exec:java -Dexec.args="A"
    • Node B: mvn compile exec:java -Dexec.args="B"
  2. Using command line or IDE directly:
    • Node A: java -cp "your classpath" -Djava.net.preferIPv4Stack=true org.infinispan.ext.demo1.Runner A"
    • Node B: java -cp "your classpath" -Djava.net.preferIPv4Stack=true org.infinispan.ext.demo1.Runner B"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages