Hi there 👋
The docs for basic/publish don't mention the return value or exceptions thrown.
Since basic/publish delegates to com.rabbitmq.client.Channel.basicPublish I believe that the function return nil (since the signature is void in Java, and it throws IOException if an error is encountered.
Hi there 👋
The docs for
basic/publishdon't mention the return value or exceptions thrown.Since
basic/publishdelegates tocom.rabbitmq.client.Channel.basicPublishI believe that the function returnnil(since the signature isvoidin Java, and it throws IOException if an error is encountered.