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

Compare with Current View Page History

Version 1 Next »

JSON

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

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