We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20943cc commit 24a9388Copy full SHA for 24a9388
src/reference/asciidoc/amqp.adoc
@@ -1562,9 +1562,9 @@ Object receiveAndConvert() throws AmqpException;
1562
1563
Object receiveAndConvert(String queueName) throws AmqpException;
1564
1565
-Message receiveAndConvert(long timeoutMillis) throws AmqpException;
+Object receiveAndConvert(long timeoutMillis) throws AmqpException;
1566
1567
-Message receiveAndConvert(String queueName, long timeoutMillis) throws AmqpException;
+Object receiveAndConvert(String queueName, long timeoutMillis) throws AmqpException;
1568
----
1569
====
1570
0 commit comments