Class BrokerTestUtils
- java.lang.Object
-
- org.springframework.amqp.rabbit.junit.BrokerTestUtils
-
public final class BrokerTestUtils extends Object
Global convenience class for all integration tests, carrying constants and other utilities for broker set up.- Author:
- Dave Syer, Gary Russell
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getPort()
The port that the broker is listening on (e.g.
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-