You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by fachhoch <fa...@gmail.com> on 2010/06/23 16:48:25 UTC

web console for embedded activeMQ

here is my spring configration for ActiveMQ


[CODE]
	<bean id="connectionFactory"
class="org.apache.activemq.ActiveMQConnectionFactory">
		<property name="brokerURL" value="vm://localhost"/>
	</bean>

[/CODE]

please tell me how to access the web console for this  JMS provider
-- 
View this message in context: http://old.nabble.com/web-console-for-embedded-activeMQ-tp28972823p28972823.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.