You need to configure the network connector of the broker, this is the url
in broker:(here) in short notation or you can use activemq.xml which has a
xsd making it explicit:
http://tomee.apache.org/jms-resources-and-mdb-container.html


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

2015-12-01 18:30 GMT+01:00 mean_bcp <[email protected]>:

> 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