Skip to content

Commit 004a9f7

Browse files
committed
Update Java Tools page after Tracer extraction
Fixes #275 Conflicts: site/java-tools.xml
1 parent fa4eebf commit 004a9f7

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

site/java-tools.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,11 @@ limitations under the License.
120120
<doc:section name="tracer">
121121
<doc:heading>Tracer</doc:heading>
122122
<p>
123-
There's a very basic, very simple AMQP protocol analyzer in
124-
class <code>com.rabbitmq.tools.Tracer</code>. Invoke it with
123+
The tracer is a very basic, very simple AMQP protocol analyzer.
124+
Use it with
125+
the <code>runtracer</code> or <code>runtracer.bat</code> script:
125126
</p>
126-
<pre>runjava.sh com.rabbitmq.tools.Tracer <i>listenPort</i> <i>connectHost</i> <i>connectPort</i></pre>
127+
<pre>runtracer <i>listenPort</i> <i>connectHost</i> <i>connectPort</i></pre>
127128
<dl>
128129
<dt>listenPort</dt>
129130
<dd>port to listen for incoming AMQP connections on - defaults to 5673.</dd>
@@ -132,6 +133,17 @@ limitations under the License.
132133
<dt>connectPort</dt>
133134
<dd>port number to use when making an outbound connection - defaults to 5672.</dd>
134135
</dl>
136+
137+
<doc:subsection name="tracer-download">
138+
<doc:heading>Download and source code</doc:heading>
139+
<p>
140+
<a href="https://github.com/rabbitmq/rabbitmq-tracer/releases">Releases</a>
141+
</p>
142+
<p>
143+
<a href="https://github.com/rabbitmq/rabbitmq-tracer">Source code</a>
144+
</p>
145+
</doc:subsection>
146+
135147
</doc:section>
136148
</body>
137149
</html>

0 commit comments

Comments
 (0)