hi...
afer many expreiments, i found out i could use this in spring:
<amq:broker useJmx="false" persistent="false"/>
<amq:connectionFactory id="jmsFactory" brokerURL="vm://localhost"/>
this also works if i remove the broker element, but then the jvm won't
shutdown..
why did the activemq used this:?
<amq:broker useJmx="false" persistent="false">
<amq:transportConnectors>
<amq:transportConnector uri="tcp://localhost:0" />
</amq:transportConnectors>
</amq:broker>
what are transport connectors?
--
View this message in context:
http://www.nabble.com/what%27s-the-relationship-between-amq%3Abroker-and-amq%3AconnectionFactory---tp21964141p21964141.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.