JSON has been created by willem jiang (Nov 08, 2008).

Content:

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");


Reply via email to