mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
u
This commit is contained in:
@@ -54,6 +54,7 @@ public class RabbitHandler {
|
||||
}
|
||||
};
|
||||
try {
|
||||
logger.info("Starting listen");
|
||||
String queue = incomingChannel.queueDeclare().getQueue();
|
||||
incomingChannel.queueBind(queue, incomingQueue, KiraGateway.PROXY_SERVER_NAME);
|
||||
incomingChannel.basicConsume(queue, true, deliverCallback, consumerTag -> {
|
||||
|
||||
Reference in New Issue
Block a user