Skip to content

Commit e61a3c7

Browse files
committed
doc update
1 parent 16a4d21 commit e61a3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
322322
MessagingSystemInfo messagingSystemInfo = oneAgentSDK.createMessagingSystemInfo("myMessagingSystem",

0 commit comments

Comments
 (0)