You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/09 21:11:17 UTC

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #531: Feature: Add camel-mock

ppalaga edited a comment on issue #531: Feature: Add camel-mock
URL: https://github.com/apache/camel-quarkus/issues/531#issuecomment-563440339
 
 
   Please note that the usefulness of the current camel-mock endpoint is a bit limited in the native mode: the test and the application under test are running in two separate processes, so you cannot share the a single camel-mock instance between them. To test the native executable, you have to wrap the camel endpoints in REST (or similar) interface and access them through the network from the tests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services