use good old rabbitmq api
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-22 01:12:14 +02:00
parent 5e443345af
commit 8bec7d6120
3 changed files with 4 additions and 9 deletions

View File

@@ -106,11 +106,7 @@ class InputServiceServer {
resultObjectService.addOne(currentApiObject)
}
connection.confirmChannel {
publish {
publishWithConfirm(OutboundMessage(rabbitExchangeName, "", MessageProperties.PERSISTENT_BASIC, tag.toString()))
}
}
channel.basicPublish("",queueName, null, tag.toString().toByteArray())
call.respond(currentApiObject)
}