I run active mq locally within my ear its initialized using spring.
<bean id="jmsConnectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory" >
<property name="brokerURL"
value="vm://localhost?brokerConfig=properties:gov/hhs/acf/jms/broker.properties"/>
</bean>
in this case can I use any motoring tools to monitor message broker ?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/active-mq-monitoring-tools-tp3319325p3319325.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.