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

   Thanks for a quick reply!
   
   Ok, then it works quite differently in Quarkus than Spring Boot. 
   In Spring Boot it enough to set something like this in application.properties
   ```
   spring.data.redis.database=0
   spring.data.redis.host=localhost
   spring.data.redis.port=6379
   spring.data.redis.password=mypass
   spring.data.redis.timeout=60000
   ```
   after which the a RedisTemplate bean can automatically be injected (without 
producing it manually).
   It seems smarter and more in line with e.g. the CamelContext which doesn't 
need to be produced manually in Quarkus.
   
   When I have something functional I'll post it for later reference if anybody 
else should be interested.


-- 
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