Skip to content
Snippets Groups Projects

Resolve "TMF628: Return unfinished Measurement Collection Jobs and expose them through the MQ"

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -62,7 +62,6 @@ public class MeasurementCollectionJobApiRouteBuilder extends RouteBuilder {
.convertBodyTo( String.class );
// I think this does not work!!
from(PM_MEASUREMENT_COLLECTION_GET_JOB_BY_ID)
.log(LoggingLevel.INFO, log, PM_MEASUREMENT_COLLECTION_GET_JOB_BY_ID + " message received!")
.to("log:DEBUG?showBody=true&showHeaders=true")
Loading