Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FUSETOOLS2-2299: Display variables values during debugging for Exchange scope #298

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

djelinek
Copy link
Member

@djelinek djelinek commented Mar 14, 2024

Camel Variables


This is how the Event Message looks like

<backlogTracerEventMessage>
  <uid>1</uid>
  <first>false</first>
  <last>false</last>
  <rest>false</rest>
  <template>false</template>
  <timestamp>2024-03-14T15:32:03.349+0100</timestamp>
  <elapsed>928</elapsed>
  <threadName>Camel (camel-1) thread #6 - timer://foo</threadName>
  <done>false</done>
  <failed>false</failed>
  <location>myapp.java:12</location>
  <routeId>route1</routeId>
  <toNode>log1</toNode>
  <exchangeId>6A28393E31D32D8-0000000000000000</exchangeId>
  <message exchangeId="6A28393E31D32D8-0000000000000000" exchangePattern="InOnly" exchangeType="org.apache.camel.support.DefaultExchange" messageType="org.apache.camel.support.DefaultMessage">
    <exchangeVariables>
      <exchangeVariable key="item" type="java.lang.String">world</exchangeVariable>
      <exchangeVariable key="name" type="java.lang.String">Dominik</exchangeVariable>
    </exchangeVariables>
    <body>[Body is null]</body>
  </message>
</backlogTracerEventMessage>

This is how the variables for the Exchange scope are displayed
Screenshot 2024-03-14 at 15 39 12

djelinek

This comment was marked as resolved.

Contributing.md Outdated Show resolved Hide resolved
Contributing.md Outdated Show resolved Hide resolved
@djelinek djelinek marked this pull request as ready for review March 15, 2024 12:49
@djelinek djelinek requested a review from apupier March 15, 2024 12:49
src/test/resources/basic-withroutes.xml Outdated Show resolved Hide resolved
@djelinek djelinek merged commit 09d6901 into camel-tooling:main Mar 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants