I've read several examples about jms support in spring boot.
and usually sender, receiver and active-mq(actually it can be any other jms compatible message broker) locates within the same application.
I know that I can use stand alone active mq and use properties:
spring.activemq.broker-url=tcp://192.168.1.210:9876
spring.activemq.user=admin
spring.activemq.password=secret
But I want to have 2 applications:
1- sender (connects to jms from receiver embedded and sends messages there)
2-receiver (up application and embedded activemq)
Is it posiible?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…