A blog about my daily tech ramblings.

Wednesday, 5 February 2014

Using jRebel with Apache Karaf / Fuse ESB

February 05, 2014 Posted by Unknown , , No comments
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.