113.3. アンマーシャリング
この例では、MY_QUEUE という ActiveMQ キューの gzip 形式のペイロードを元のフォーマットにアンマーシャリングし、これを UnGZippedMessageProcessor
に転送します。
from("activemq:queue:MY_QUEUE").unmarshal().gzip().process(new UnGZippedMessageProcessor());
from("activemq:queue:MY_QUEUE").unmarshal().gzip().process(new UnGZippedMessageProcessor());