I have nothing configured. I assume it's using the default as described
below:

If no broker is configured and JMS is used in the webapp, TomEE will create
a broker equivalent to the following declaration:

<Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
        BrokerXmlConfig =  broker:(tcp://someHostName:61616)
        ServerUrl       =  vm://localhost
    </Resource>
 
    <Resource id="MyJmsConnectionFactory"
type="javax.jms.ConnectionFactory">
        ResourceAdapter = MyJmsResourceAdapter
    </Resource>

What do I need to configure to make this accessible to the outside world?



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/ActiveMQ-accessible-as-localhost-only-tp4677069p4677071.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to