How can I configure a Spring boot application to persist the JMS Queue messages in a MongoDB ?
Asked
Active
Viewed 761 times
0
-
I believe this has nothing to do with springboot. You need to check activemq documentation on how to do this. Do you mean you want to connect to Acivemq from springboot, read the message and store in mongodb? – pvpkiran Jun 07 '18 at 14:24
1 Answers
1
You can use Spring Integration in a boot application.
Use a JMS message-driven channel adapter and a MongoDB outbound channel adapter.

Gary Russell
- 166,535
- 14
- 146
- 179