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 MoveMessagesMoveMessages.createInstance(String host, String username, String password, String virtualHost) Factory method that creates a newMoveMessagesobject that connects to RabbitMQ on the given host and vhost, using the given username and password.