0

I need to allow connections to Apache ActiveMQ JMS broker only from localhost.

Can not find appropriate option here: http://activemq.apache.org/connection-configuration-uri.html

How it is possible?

Michael
  • 10,063
  • 18
  • 65
  • 104
  • See http://stackoverflow.com/a/3669799/4516887 – fateddy Mar 27 '16 at 08:15
  • Thanks! I do not have `config.xml` but I need to change `ssl://0.0.0.0:61616` to `ssl://127.0.0.1:61616` – Michael Mar 27 '16 at 08:20
  • 1
    XML is the recommended way (http://activemq.apache.org/xml-configuration.html). Alternative to that is the config-uri (http://activemq.apache.org/broker-configuration-uri.html) - which is a different link to the one you provided in your question. – fateddy Mar 27 '16 at 09:37

0 Answers0