mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Polish spring-boot-sample-activemq
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ public class Producer implements CommandLineRunner {
|
||||
}
|
||||
|
||||
public void send(String msg) {
|
||||
jmsMessagingTemplate.convertAndSend(queue, msg);
|
||||
this.jmsMessagingTemplate.convertAndSend(this.queue, msg);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user