Skip to content
Snippets Groups Projects
Commit 63bec030 authored by thijsheijden's avatar thijsheijden
Browse files

Updated alice

parent 3b637aa8
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,6 @@ func onMessageReceived(msg amqp.Delivery) {
headers["sessionID"] = sessionID
headers["type"] = "schemaResult"
log.Println("publishing message")
producer.PublishMessage(result, &queueID, &headers)
producer.PublishMessage(*result, &queueID, &headers)
msg.Ack(true)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment