Skip to content

Commit

Permalink
- MessageProcessingPolicy to make handling of messages and message ba…
Browse files Browse the repository at this point in the history
…tches pluggable (https://issues.jboss.org/browse/JGRP-2143)

- Dynamically set message processing policy at runtime
  • Loading branch information
belaban committed Dec 19, 2016
1 parent c4a3ac9 commit ae9f604
Show file tree
Hide file tree
Showing 6 changed files with 479 additions and 48 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -329,7 +329,7 @@

<target name="jgroups.jar"
description="Creates the jgroups.jar (includes everything)"
depends="clean,compile-no-unittests,compile-essential-unittests,make-schema,make-keystore-no-compile">
depends="compile-no-unittests,compile-essential-unittests,make-schema,make-keystore-no-compile">
<mkdir dir="${dist.dir}"/>
<xmlproperty file="${ant.file}" collapseAttributes="true" prefix="bnd"/>
<property name="bndclasspath" refid="jg.classpath"/>
Expand Down

0 comments on commit ae9f604

Please sign in to comment.