Hi Andreas, If you are referring to: http://servicemix.org/JMS
Just change the:
<property name="brokerURL">
<value>vm://localhost</value>
</property>
to something like:
<property name="brokerURL">
<value>tcp://localhost:61616</value>
</property>
Regards,
Hiram
On Aug 8, 2005, at 5:39 AM, Andreas Oberhack wrote:
Hi,how do I startup the example so that it connects to an running jms broker (not the embedded one) ?Andreas
