332.3. unmarshal 在本例中,我们在由 newOrder 处理器处理前使用 UTF-8 编码将来自 JMS 队列有效负载到 String 对象。 from("jms://queue/order").unmarshal().string("UTF-8").processRef("newOrder");前一个下一个