You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

XStream

XStream is a Data Format which uses the XStream library to marshal and unmarshal Java objects to and from XML.

// lets turn Object messages into XML then send to MQSeries
from("activemq:My.Queue").
  marshal().xstream().
  to("mqseries:Another.Queue");
  • No labels