Skip to content

Commit b4e0168

Browse files
tkhill-AWSrlhagerm
authored andcommitted
update README.md
1 parent 8b71f56 commit b4e0168

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

javav2/example_code/sqs/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ functions within the same service.
5656
- [Create and publish to a FIFO topic](../sns/src/main/java/com/example/sns/PriceUpdateExample.java)
5757
- [Process S3 event notifications](../s3/src/main/java/com/example/s3/ProcessS3EventNotification.java)
5858
- [Publish messages to queues](../../usecases/topics_and_queues/src/main/java/com/example/sns/SNSWorkflow.java)
59+
- [Use the Amazon SQS Java Messaging Library to work with the JMS interface](../sqs-jms/src/main/java/com/example/sqs/jms/stdqueue/TextMessageSender.java)
5960
- [Work with queue tags](src/main/java/com/example/sqs/TagExamples.java)
6061

6162

@@ -116,9 +117,21 @@ This example shows you how to do the following:
116117
<!--custom.scenarios.sqs_Scenario_TopicsAndQueues.start-->
117118
<!--custom.scenarios.sqs_Scenario_TopicsAndQueues.end-->
118119

120+
#### Use the Amazon SQS Java Messaging Library to work with the JMS interface
121+
122+
This example shows you how to use the Amazon SQS Java Messaging Library to work with the JMS interface.
123+
124+
125+
<!--custom.scenario_prereqs.sqs_Scenario_UseJMS.start-->
126+
<!--custom.scenario_prereqs.sqs_Scenario_UseJMS.end-->
127+
128+
129+
<!--custom.scenarios.sqs_Scenario_UseJMS.start-->
130+
<!--custom.scenarios.sqs_Scenario_UseJMS.end-->
131+
119132
#### Work with queue tags
120133

121-
This example shows you how to perform tagging operation with Amazon SQS
134+
This example shows you how to perform tagging operation with Amazon SQS.
122135

123136

124137
<!--custom.scenario_prereqs.sqs_Scenario_WorkWithTags.start-->

0 commit comments

Comments
 (0)