We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e508dd5 commit 39f52feCopy full SHA for 39f52fe
1 file changed
.doc_gen/metadata/sqs_metadata.yaml
@@ -890,10 +890,10 @@ sqs_Scenario_SendReceiveBatch:
890
<para>Use explicit batching when you need fine-grained control over batch composition and
891
error handling. Use automatic batching when you want to optimize performance with minimal
892
code changes.</para>
893
- <para>Use explicit batch operations with messages.
+ <para><emphasis role="strong">SendRecvBatch.java</emphasis> - Uses explicit batch operations with messages.
894
snippet_tags:
895
- sqs.java2.sendRecvBatch.main
896
- - description: Use automatic batching of messages.
+ - description: <emphasis role="strong">SimpleProducerConsumer.java</emphasis> - Uses automatic batching of messages.
897
898
- sqs.java2.batch_demo.main
899
services:
0 commit comments