Hi!
Does anyone have an experience with using camel-aws components as a
consumers? 
I mean in the doc it's said that 
The DynamoDB component supports storing and retrieving data from/to Amazon's
DynamoDB service.
but looking into source code I found only code for producer endpoint and
nothing for consumer

public Consumer createConsumer(Processor processor) throws Exception {
        throw new UnsupportedOperationException("You cannot receive messages
from this endpoint");
}

Could anyone advice what I'm doing wrong?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Amazon-DynamoDB-Support-tp5732376.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to