httpj:engine-factory setting in JAVADSL way
My CXF Endpoint Provider need to using https. I found setting like below should work, but i did not found how to do it in JAVADSL because my route is JAVADSL Any hints are more than welcome!
Master Route Policy for multiple routes?
Hi all, is it possible to use one master route policy to control master selection for multiple routes inside one application? I need two routes to be active but only if the application is on the master node MasterRoutePolicy policy = new MasterRoutePolicy(); from("quartz2://r1?cron=0+0+15+?+*+*"