JiriOndrusek opened a new issue, #6362:
URL: https://github.com/apache/camel-quarkus/issues/6362

   ### Describe the feature here
   
   Cover missing features from the documentation: 
https://camel.apache.org/components/4.4.x/spring-rabbitmq-component.html#_request_reply
   
     * Message Headers
     * Default Exchange Name
     * Auto declare exchanges, queues and bindings
     * Mapping from Camel to RabbitMQ
     * Reuse endpoint and send to different destinations computed at runtime
     * Using toD
     * Manual Acknowledgement
     
     (Ideally use a different approaches to cover some configuration options 
like
   
    * Component options
       * Autowired client/connection factory (autowiredEnabled)
       * testConnectionOnStartup
       * deadLetter* options / rejectAndDontRequeue
       * messageListenerContainerType DMLC/SMLC
       * messageConverter
     * Endpoint options
       * acknowledgeMode (I saw a ack/nack test in google-pubsub)
       * exchangeType (consumer) direct/fanout/headers/topic
       * queues (possibbly together with exchangetypes)
       * exchangePattern (consumer (advanced)): inOut/inOnly
       * allowNullBody
       * confirm
   )
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to