, the code works fine.
// Mikael
--
View this message in context:
http://camel.465427.n5.nabble.com/2-JaxbDataFormat-in-the-same-route-doesnt-work-tp5736799p5736830.html
Sent from the Camel - Users mailing list archive at Nabble.com.
.marshal(vgtInternalJaxb)
> .convertBodyTo(String.class)
> .log(">>> GetStatusResponseLocalRoute ${body}")
> .to("wmq:MY.QUEUE");
> }
> }
>
>
>
>
> --
> View this message in contex
Response")
.convertBodyTo(VehicleStatusNotification.class)
.marshal(vgtInternalJaxb)
.convertBodyTo(String.class)
.log(">>> GetStatusResponseLocalRoute ${body}")
.to("wmq:MY.QUEUE");
}
}
--
View this message in context: