You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "mmusgrov (via GitHub)" <gi...@apache.org> on 2023/06/27 10:19:15 UTC

[GitHub] [camel] mmusgrov commented on pull request #10498: Add possibility to override LRAClient & LRARoutes

mmusgrov commented on PR #10498:
URL: https://github.com/apache/camel/pull/10498#issuecomment-1609215501

   > Also +1 for override `LRAClient` but I'm not sure narayana-lra-coordinator supports SSL right now?
   
   Configuring JAX-RS to use SSL is done at the server level (WildFly, Quarkus or wherever you're deploying your JAX-RS resources to), ie the coordinator doesn't have to do anything special (it uses jakarta.ws.rs.client.ClientBuilder.newClient() which is supplied by the JAX-RS server).
   
   


-- 
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-unsubscribe@camel.apache.org

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