Hernã Saldanha
Hernã Saldanha

Reputation: 299

Is possible to access a remote JMS embedded queue?

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

Answers (1)

Justin Bertram
Justin Bertram

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

Related Questions