Skip to content

wmr513/event-driven-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-driven-patterns

Event-Driven Patterns

The following are the JAR dependencies for running the code using Apache Ignite:

CLASSPATH=$HOME/src/main/resources CLASSPATH=$CLASSPATH:$HOME/bin CLASSPATH=$CLASSPATH:$HOME/lib/commons-io-1.2.jar CLASSPATH=$CLASSPATH:$HOME/lib/rabbitmq-client.jar CLASSPATH=$CLASSPATH:$HOME/lib/ignite-core-2.7.0.jar CLASSPATH=$CLASSPATH:$HOME/lib/cache-api-1.0.0.jar

For the examples using Hazelcast, use the following dependencies:

CLASSPATH=$HOME/src/main/resources CLASSPATH=$CLASSPATH:$HOME/bin CLASSPATH=$CLASSPATH:$HOME/lib/commons-io-1.2.jar CLASSPATH=$CLASSPATH:$HOME/lib/rabbitmq-client.jar CLASSPATH=$CLASSPATH:$HOME/lib/hazelcast-all-3.10.2.jar

About

Event-Driven Patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published