James,
The $jms{jms.serverUrl} points it to a property file which holds the
ip:port.
Here is the bean that does that...I should have included it before.
<bean id="jmsPlaceHolderConfig"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="classpath:jms.properties" />
<property name="placeholderPrefix" value="$jms{" />
</bean>
I will test and see if the start up order effects anything.
Thanks
--
View this message in context:
http://www.nabble.com/Jencks-and-Message-Listener-Ports-t1364547.html#a3674008
Sent from the ActiveMQ - User forum at Nabble.com.