Uses of Class
com.reallifedeveloper.tools.rabbitmq.MoveMessages
Packages that use MoveMessages
-
Uses of MoveMessages in com.reallifedeveloper.tools.rabbitmq
Methods in com.reallifedeveloper.tools.rabbitmq that return MoveMessagesModifier and TypeMethodDescriptionstatic MoveMessages
MoveMessages.createInstance
(String host, String username, String password, String virtualHost) Factory method that creates a newMoveMessages
object that connects to RabbitMQ on the given host and vhost, using the given username and password.