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 2022/06/15 10:56:33 UTC

[GitHub] [camel] uklance commented on a diff in pull request #7792: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

uklance commented on code in PR #7792:
URL: https://github.com/apache/camel/pull/7792#discussion_r897834244


##########
components/camel-sjms/src/main/java/org/apache/camel/component/sjms/SjmsComponent.java:
##########
@@ -71,6 +72,10 @@ public class SjmsComponent extends HeaderFilterStrategyComponent {
               description = "Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request/reply over JMS.")
     private int replyToOnTimeoutMaxConcurrentConsumers = 1;
 
+    @Metadata(label = "exceptionListener",

Review Comment:
   Fixed



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