Skip to content

Commit 9b19d52

Browse files
update jmsTemplate name
1 parent b75297b commit 9b19d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jms-jmstemplate/src/main/java/com/codenotfound/jms/SenderConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public Destination statusDestination() {
5050
}
5151

5252
@Bean
53-
public JmsTemplate jmsTemplate() {
53+
public JmsTemplate orderJmsTemplate() {
5454
JmsTemplate jmsTemplate =
5555
new JmsTemplate(cachingConnectionFactory());
5656
jmsTemplate.setDefaultDestination(orderDestination());

0 commit comments

Comments
 (0)