WillemJiang commented on a change in pull request #235: #234 Added log when 
starting or stoping ActiveMQ Broker failed
URL: https://github.com/apache/camel-quarkus/pull/235#discussion_r331916095
 
 

 ##########
 File path: 
integration-tests/paho/src/test/java/org/apache/camel/quarkus/component/paho/it/ActiveMQTestResource.java
 ##########
 @@ -38,7 +42,7 @@
             broker.setDataDirectory("target");
             broker.start();
         } catch (Exception e) {
-
+            LOGGER.error("Starting the ActiveMQ broker with exception.", e);
 
 Review comment:
   Yeah, it's better to throw the exception out. 
   I just updated the code for it.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to