Uses of Class
org.springframework.amqp.rabbit.junit.BrokerRunning
Packages that use BrokerRunning
-
Uses of BrokerRunning in org.springframework.amqp.rabbit.junit
Methods in org.springframework.amqp.rabbit.junit that return BrokerRunningModifier and TypeMethodDescriptionstatic BrokerRunningBrokerRunning.isBrokerAndManagementRunning()Deprecated, for removal: This API element is subject to removal in a future version.static BrokerRunningBrokerRunning.isBrokerAndManagementRunningWithEmptyQueues(String... queues) Deprecated, for removal: This API element is subject to removal in a future version.static BrokerRunningBrokerRunning.isNotRunning()Deprecated, for removal: This API element is subject to removal in a future version.static BrokerRunningBrokerRunning.isRunning()Deprecated, for removal: This API element is subject to removal in a future version.static BrokerRunningBrokerRunning.isRunningWithEmptyQueues(String... names) Deprecated, for removal: This API element is subject to removal in a future version.Ensure the broker is running and has a empty queue(s) with the specified name(s) in the default exchange.