Let's see how to use jRebel in Fuse ESB/Apache Karaf.
1. Download jRebel
2. Unzip/Install jRebel and activate it using the jrebel-activation.jar which can be found at JREBEL_HOME/bin.
3. Add the javaAgent (rebel.jar) & enable the camel plugin in karaf.sh (Mac/Linux) or karaf.bat (Windows) by adding the following line -
%JAVA_OPTS% -javaagent:/path/to/jrebel.jar -Drebel.camel_plugin=true
Note : -Drebel.camel_plugin=true will enable the jRebel plugin for Apache Camel.
1. Download jRebel
2. Unzip/Install jRebel and activate it using the jrebel-activation.jar which can be found at JREBEL_HOME/bin.
3. Add the javaAgent (rebel.jar) & enable the camel plugin in karaf.sh (Mac/Linux) or karaf.bat (Windows) by adding the following line -
%JAVA_OPTS% -javaagent:/path/to/jrebel.jar -Drebel.camel_plugin=true
Note : -Drebel.camel_plugin=true will enable the jRebel plugin for Apache Camel.