is now outputting, but it's just a hex code in the
>>> getIn().getBody() call.
>>>
>>> When I turn Camel dubugging on i do see the SyndFeedImpl object populated
>>> correctly. How do I consume/access this object using Camel?
>>>
>>
>> You can ju
consume/access this object using Camel?
>>
>
> You can just access it from a Processor or POJO.
>
>> Thanks.
>> --
>> View this message in context:
>> http://old.nabble.com/Rss-Feed-route-config-tp27131975p27137305.html
>> Sent from the Camel - Users ma
bject populated
> correctly. How do I consume/access this object using Camel?
>
You can just access it from a Processor or POJO.
> Thanks.
> --
> View this message in context:
> http://old.nabble.com/Rss-Feed-route-config-tp27131975p27137305.html
> Sent from the Camel - U
.
--
View this message in context:
http://old.nabble.com/Rss-Feed-route-config-tp27131975p27137305.html
Sent from the Camel - Users mailing list archive at Nabble.com.
e.getIn());
> }
> });
>
> I never receive any messages, any idea what I'm doing wrong here?
>
> thanks.
>
--
View this message in context:
http://old.nabble.com/Rss-Feed-route-config-tp27131975p27136368.html
Sent from the Camel - Users mailing list archive at Nabble.com.
public void process(Exchange e) {
LOG.info("Received exchange: " + e.getIn());
}
});
I never receive any messages, any idea what I'm doing wrong here?
thanks.
--
View this message in context:
http://old.nabble.com/Rss-Feed-route-config-tp27131975p2713