Reputation: 299
I have a embedded ActiveMQ instance in my Spring Boot app and I would like to consume a queue on that instance, from another processes or machine.
Is that possible?
Upvotes: 0
Views: 99
Reputation: 34998
Yes, that is definitely possible given the proper broker configuration. It just needs connectors that are bound to network interfaces visible from remote clients.
Upvotes: 1