Sample Notification Extension Files
The following files are included in the NotificationExtension_src.jar file.
File Name | Location | Description |
---|---|---|
build.xml | / | This build file compiles the source code in src/main/java into target/classes. Then, it creates the .jar file /target/NotificationExtension_src.jar. |
ant.properties | ant/ | This file specifies the path to your mtx_notifier_camel.jar file. This is the Notification Server. |
build.xml | ant/ | This file installs the mtx_notifier_camel.jar file in the directory specified in the ant.properties file. The default directory is /opt/mtx/bin/mtx_notifier_camel.jar. |
GroupInfoProcessor.java | src/main/java/com/sample/nf/camel | This file contains the notification extension that queries the RS Gateway for additional information about group balances. |