What is difference between event driven consumer an polling consumer in camel?
Answer / Hitesh Kumar
Event Driven Consumer in Camel is triggered when an external event occurs (like receiving a message from a queue), while Polling Consumer periodically checks for messages in a source.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are components?
How to rollback transaction in apache camel dsl?
What type of object(s) can the exchange hold?
How camel handles multiple parameter binding in bean method?
What is processor in apache camel?
What is routercontext?
What is CamelContext in camel?
What is Message in camel?
What are the dependencies?
How to copy file from one location to other using java spring DSL in camel?
What are routes in apache camel?
What is difference between event driven consumer an polling consumer in camel?