File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
javav2/example_code/sqs-jms/src/main/resources Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1186,8 +1186,8 @@ sqs_Scenario_UseJMS:
11861186 snippet_tags :
11871187 - sqs-jms.java2.spring
11881188 - description : Spring bean definitions.
1189- snippet_files :
1190- - javav2/example_code/ sqs-jms/src/main/resources/SpringExampleConfiguration. xml
1189+ snippet_tags :
1190+ - sqs-jms.java2.spring-config- xml
11911191 - description : A utility class that provides common methods used by the other examples.
11921192 snippet_files :
11931193 - javav2/example_code/sqs-jms/src/main/java/com/example/sqs/jms/SqsJmsExampleUtils.java
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- snippet-start:[sqs-jms.java2.spring-config-xml]-->
23<beans
34 xmlns =" http://www.springframework.org/schema/beans"
45 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -43,3 +44,4 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
4344 <constructor-arg value =" SQSJMSClientExampleQueue" />
4445 </bean >
4546</beans >
47+ <!-- snippet-end:[sqs-jms.java2.spring-config-xml]-->
You can’t perform that action at this time.
0 commit comments