please post the associated error messages also.

On 10/13/06, ChristineZ <[EMAIL PROTECTED]> wrote:


I'm using ActiveMQ 4.0.1 and JBoss 4.0.3.
I've got a problem when I'm deploying my server with ActiveMQ. I get a
IOException because of a network bridge that failed to start.

http://www.nabble.com/file/3623/server_1.log server_1.log

The broker-config file:

<beans xmlns="http://activemq.org/config/1.0";>

  <broker useJmx="true" name="MasterMsgBroker" >

        <!-- In ActiveMQ 4, you can setup destination policies. note: this
xml
format may still change a bit -->
    <destinationPolicy>
      <policyMap><policyEntries>

          <policyEntry topic="ACTIVEMQ.>">
            <dispatchPolicy>
              <strictOrderDispatchPolicy />
            </dispatchPolicy>
            <subscriptionRecoveryPolicy>
              <lastImageSubscriptionRecoveryPolicy />
            </subscriptionRecoveryPolicy>
          </policyEntry>

      </policyEntries></policyMap>
    </destinationPolicy>

<!--
    <persistenceAdapter>
      <journaledJDBC journalLogFiles="5" dataDirectory="../data"
dataSource="#firebird-ds"/>
    </persistenceAdapter>
-->
    <transportConnectors>
      <!-- prefixing a connector with discovery: causes the connector to
be
advertiesed over rendezvous -->
      <transportConnector uri="tcp://localhost:61616" />
    </transportConnectors>

    <networkConnectors>
      <networkConnector uri="static://(tcp://196.37.96.122:61616)"/>

    </networkConnectors>
  </broker>
<!--
  <bean id="firebird-ds" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close" >
        <property name="driverClassName" value="
org.firebirdsql.jdbc.FBDriver" />
        <property name="url"
value="jdbc:firebirdsql:196.37.96.122/3050:ACTIVEMQ.FDB" />
        <property name="username" value="SYSDBA" />
        <property name="password" value="masterkey" />
        <property name="poolPreparedStatements" value="true" />
  </bean>
  -->
</beans>
--
View this message in context:
http://www.nabble.com/ActiveMQ-TransportConnector-tf2436668.html#a6794538
Sent from the ActiveMQ - User mailing list archive at Nabble.com.




--
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to