File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -890,10 +890,10 @@ sqs_Scenario_SendReceiveBatch:
890
890
<para>Use explicit batching when you need fine-grained control over batch composition and
891
891
error handling. Use automatic batching when you want to optimize performance with minimal
892
892
code changes.</para>
893
- <para>Use explicit batch operations with messages.
893
+ <para><emphasis role="strong">SendRecvBatch.java</emphasis> - Uses explicit batch operations with messages.
894
894
snippet_tags:
895
895
- sqs.java2.sendRecvBatch.main
896
- - description : Use automatic batching of messages.
896
+ - description : <emphasis role="strong">SimpleProducerConsumer.java</emphasis> - Uses automatic batching of messages.
897
897
snippet_tags :
898
898
- sqs.java2.batch_demo.main
899
899
services :
You can’t perform that action at this time.
0 commit comments