[
https://issues.apache.org/jira/browse/CAMEL-20842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17853679#comment-17853679
]
Claus Ibsen commented on CAMEL-20842:
-------------------------------------
You can now see endpoint service details in the backlog tracer and via
camel-jbang
{code:java}
2024-06-10 15:55:07.835 10695 --- [) thread #5 - timer://foo]
route1/*--> : 209 - Created
Endpoint timer://foo?period=30000
Exchange (DefaultExchange) InOnly 6BB0EBF7A9BE4F1-0000000000000034
Message (DefaultMessage)
Body (null)
2024-06-10 15:55:07.835 10695 --- [) thread #5 - timer://foo]
route1/log1 : 210 - Processed (0ms)
Exchange (DefaultExchange) InOnly 6BB0EBF7A9BE4F1-0000000000000034
Message (DefaultMessage)
Body (null)
2024-06-10 15:55:07.836 10695 --- [) thread #5 - timer://foo]
route1/to1 : 211 - Processed (6ms)
Endpoint activemq://test.MyQueue?clientId=123456&password=foo&username=abc
Service tcp://localhost:61616?jms.useAsyncSend=false
(protocol=jms, clientId=123456, username=abc)
Exchange (DefaultExchange) InOnly 6BB0EBF7A9BE4F1-0000000000000034
Message (DefaultMessage)
Body (null)
2024-06-10 15:55:07.835 10695 --- [) thread #5 - timer://foo]
route1/*<-- : 212 - Completed (success) (7ms)
Endpoint timer://foo?period=30000
Exchange (DefaultExchange) InOnly 6BB0EBF7A9BE4F1-0000000000000034
Message (DefaultMessage)
Header (String) CamelJMSDestinationProduced test.MyQueue
Body (null) {code}
> Add endpoint service location to backlog tracing
> ------------------------------------------------
>
> Key: CAMEL-20842
> URL: https://issues.apache.org/jira/browse/CAMEL-20842
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 4.7.0
>
>
> To include this information during the traced messages
--
This message was sent by Atlassian Jira
(v8.20.10#820010)