Skip to content

Commit cc96cb6

Browse files
author
Alexandru Scvortov
committed
TracerConcurrencyTest uses 5673
1 parent cfd4abe commit cc96cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/examples/TracerConcurrencyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
public class TracerConcurrencyTest{
2929

30-
public String uri = "amqp://localhost";
30+
public String uri = "amqp://localhost:5673";
3131
public int threadCount = 3;
3232

3333
private final Object lock = new Object();

0 commit comments

Comments
 (0)