Splunk AppDynamics

Camel

CommunityUser
Splunk Employee
Splunk Employee

Hi, We have an application that uses camel.

Its online banking loan application. It has three appliations(loanapp, personalloanapp and homeloanapp).

The customer can apply for a personal loan or home loan online. Based on loan type chosen the customer-details will be either put in a JMS queue or sent to another JVM. i.e. if the customer is applying for personal loan, then customer details are put in a queue using camel in loanapp. This queue is read from personalloanapp using camel and put in DB. If the customer is applying for homeloan, his details are sent to homeloanapp using camel end point where his details are entered in DB.

The loanapp and personalloanapp is using camel while the home loan app is simple web application. While monitoring these applications using app dynamics agent, the topolgy is not shown correctly. i.e all the three servers are never shown in the topology. Is there something that we are missing. Please clarify.

Labels (1)
0 Karma

Peter_Holditch
Builder

It seems that the out of the box instrumentation is not following your transactions end to end in this case.

This could either be because the agent is missing a thread handoff within a process, or an inter-process handoff, either at the producer or consumer side.

Since your inter-process handoffs are JMS, the producer calls (JMS send calls) are likely to be instrumented, meaning the agent is probably either missing your downstream JMS consumers, or some internal thread handoffs.

Thread handoffs within Camel often need 

<include filter-type="STARTSWITH" filter-value="org.apache.camel/"/>"

added to the <fork-config> section in the agent's app-agent-config.xml; you could try and add this and see if this solves the issue.

If not, the best bet is to work through this with an engineer via a support ticket.  It will be helpful if you attach agent debug logs from the upstream and downstream systems that should correlate.  Collect DEBUG level logs on the com.singularity package while some load that should be correlated is run.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOK it to Me: Top 3 Benefits of Using Splunk Operator on Kubernetes that’ll Make ...

    Thursday, July 9, 2026  |  11:00AM–12:00PM PDT Duration: 1 hour (includes Q&A) Managing can feel like a ...

Upgrade Prep for 10.4, Network Observability Deep Dives, and More from Splunk Lantern

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...

Splunk Developer Day announcements: AI agents, MCP tools, Forecasting, and Custom ...

Splunk Developer Day was packed with product and platform updates for developers building in the AI ...