jamesnetherton commented on issue #5962:
URL: https://github.com/apache/camel-quarkus/issues/5962#issuecomment-2037264953

   In order to `@Inject` `RedisTemplate` you need to 
[produce](https://quarkus.io/guides/cdi-reference#simplified-producer-method-declaration)
 a bean of that type somewhere in your application.
   
   If you don't need any special customisation of the `RedisTemplate`, then you 
can use the simplified constructor:
   
   
https://github.com/apache/camel/blob/camel-4.4.1/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/processor/idempotent/RedisIdempotentRepository.java#L41-L47


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to