Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I’m trying to enable and configure ActiveMQ in the embedded Talend 8 environment (with Karaf) on Linux (RedHat).
I installed the activemq-broker feature in Karaf, and it shows as started, but when I check with:
activemq-broker
netstat -tulnp | grep 61616
the port 61616 does not appear to be active.
Has anyone faced this issue before? How can I properly activate and configure ActiveMQ so that it listens externally on port 61616?
Thanks in advance for your support!