You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by hub <fe...@abacus.ch> on 2010/08/06 11:04:24 UTC

transportConnector uri in broker-config.xml for JBoss ??

Hi,

I would like to configure jboss 5.1 using ActiveMQ to connect to an external
JMS server.

Therfore I changed in ra.xml
	<config-property-value>tcp://localhost:40040</config-property-value>

Now I am unsure what to change in broker-config.xml

<transportConnector name="bruce.broker1" uri="tcp://localhost:40040"
discoveryUri="multicast://default"/>

does not work:
Failed to bind to server socket: tcp://localhost:40040 due to:
java.net.BindException: Address already in use: JVM_Bind

should I let the this to: uri="tcp://localhost:61616"   ??

Thank you
Hubert

P.S
I followed the instruction on:
http://activemq.apache.org/integrating-apache-activemq-with-jboss.html
which is for JBoss 4.0.4 and ActiveMQ 4.0.1
Are there any differences for JBoss 5.1.0 and ActiveMQ 5.3.1 ?

Thanks again
Hubert
-- 
View this message in context: http://old.nabble.com/transportConnector-uri-in-broker-config.xml-for-JBoss----tp29356430p29356430.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.