File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ A more detailed specification of the features can be found in [Dynatrace OneAgen
135135
136136| Feature | Required OneAgent SDK for Java version|
137137| :----------------------------------------------| :-------------------------------------|
138- | Sending, receiving and processing of messages | >=1.5.0 |
138+ | Trace messaging | >=1.5.0 |
139139| Outgoing webrequests | >=1.4.0 |
140140| Incoming webrequests | >=1.3.0 |
141141| Custom request attributes | >=1.2.0 |
@@ -316,7 +316,7 @@ You can use the SDK to trace messages sent or received via messaging system. Whe
316316* receiving a message
317317* processing a received message
318318
319- To trace an outgoing message, the code looks straight forward compared to other tracers :
319+ To trace an outgoing message, you simply need to create a MessagingSystemInfo and call traceOutgoingMessage with that instance :
320320
321321``` Java
322322MessagingSystemInfo messagingSystemInfo = oneAgentSDK. createMessagingSystemInfo(" myMessagingSystem" ,
You can’t perform that action at this time.
0 commit comments