简体   繁体   中英

how to send message from one spring application to another using JMS

我需要使用JMS将消息从一个Spring Boot应用程序发送到另一个Spring Boot应用程序

You can use Spring Integration's JmsTemplate and MessageListener to do this.

Take a look at http://docs.spring.io/spring-integration/reference/html/jms.html for more details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM