Package org.openiam.mq.util
Class RabbitMQUtils
- java.lang.Object
-
- org.openiam.mq.util.RabbitMQUtils
-
public class RabbitMQUtils extends Object
Created by Alexander Dukkardt on 2017-04-28.
-
-
Constructor Summary
Constructors Constructor Description RabbitMQUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
bindQueue(org.springframework.amqp.core.AmqpAdmin amqpAdmin, RabbitMqExchange openIamExchange, String queueName, String routingKey)
-
-
-
Method Detail
-
bindQueue
public static String bindQueue(org.springframework.amqp.core.AmqpAdmin amqpAdmin, RabbitMqExchange openIamExchange, String queueName, String routingKey)
-
-