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:48:02 UTC

[GitHub] [camel] uklance opened a new pull request, #7792: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

uklance opened a new pull request, #7792:
URL: https://github.com/apache/camel/pull/7792

   See CAMEL-18195


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


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

Posted by GitBox <gi...@apache.org>.
davsclaus commented on code in PR #7792:
URL: https://github.com/apache/camel/pull/7792#discussion_r897831593


##########
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:
   label = "advanced"



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


[GitHub] [camel] github-actions[bot] commented on pull request #7792: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #7792:
URL: https://github.com/apache/camel/pull/7792#issuecomment-1156372090

   :x: Finished component verification: **1 component(s) test failed** out of 1 component(s) tested


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


[GitHub] [camel] github-actions[bot] commented on pull request #7792: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #7792:
URL: https://github.com/apache/camel/pull/7792#issuecomment-1156316359

   :warning: This PR changes Camel components and will be tested automatically.


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


[GitHub] [camel] davsclaus merged pull request #7792: [CAMEL-18195] Add setExceptionListener(...) to SjmsComponent

Posted by GitBox <gi...@apache.org>.
davsclaus merged PR #7792:
URL: https://github.com/apache/camel/pull/7792


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


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

Posted by GitBox <gi...@apache.org>.
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