GitHub user vrlgohel opened a pull request:
https://github.com/apache/camel/pull/1864
CAMEL-11585: Added JMX Reset counter via actuator
Fix for issue: https://issues.apache.org/jira/browse/CAMEL-11585.
As discussed in the previous PR's, now if the user uses an incorrect route
id, we can see the below 400 error,
2017-08-02 18:48:06.555 INFO 21505 --- [ XNIO-3 task-1]
org.apache.camel.impl.RouteService : {"headers":{},"body":"The provided
route id does not exists :
null","statusCode":"BAD_REQUEST","statusCodeValue":400}
2017-08-02 18:48:08.630 INFO 21505 --- [1 - timer://bar] bar
: From timer (bar) ...
2017-08-02 18:48:08.632 INFO 21505 --- [2 - timer://foo] foo
: From timer (foo) ...
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vrlgohel/camel-1 CAMEL-11585
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1864.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1864
----
commit bac90b1a5c8c788210765407a3bae3b2c883b426
Author: Viral Gohel <[email protected]>
Date: 2017-08-03T06:14:26Z
CAMEL-11585: Added JMX Reset counter via actuator
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---