in WEB-INF you have several configurations:
https://github.com/apache/activemq/tree/master/activemq-web-console/src/main/webapp/WEB-INF

you have to select the webconsole-*xml you want to actually use.

It is done using a system property:
https://github.com/apache/activemq/blob/d6682e5476cd8cbefca04227ffa26a5d508d2494/activemq-web-console/src/main/java/org/apache/activemq/web/WebConsoleStarter.java#L95
so -Dwebconsole.type=...
default uses embedded which is maybe not the one you want to reuse
tomee resources. "invm" sounds like a good candidate for colocalized
deployments.

Romain Manni-Bucau
@rmannibucau |  Blog | Github | LinkedIn | Tomitriber


2015-11-17 8:59 GMT-08:00 mean_bcp <[email protected]>:
> Romain Manni-Bucau wrote
>> did you configure the connection, IIRC the webapp has several XML and
>> you need to use the right one.
>
> Can you elaborate? I am not sure how to answer the question. I created the
> queue and yesterday was able to send a message to it (only from localhost,
> not outside box, so I may have to ask another question soon). So the queue
> is there in the webapp, I am just not sure why the activeMQ installation
> doesn't see it.
>
> Thanks!
>
>
>
> --
> View this message in context: 
> http://tomee-openejb.979440.n4.nabble.com/Configuring-ActiveMQ-console-in-tomee-tp4676762p4676820.html
> Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to