206.3. Unmarshal
この例では、MY_QUEUE という ActiveMQ キューから LZF ファイルペイロードを元の形式にアンマーシャリングして UnGZippedMessageProcessor
に転送し、処理します。
from("activemq:queue:MY_QUEUE").unmarshal().lzf().process(new UnCompressedMessageProcessor());
from("activemq:queue:MY_QUEUE").unmarshal().lzf().process(new UnCompressedMessageProcessor());