Hi,

I have disabled for camel support for it.
Still I am attaching the activemq.xml file attached here with,
Please guide me as we are using it for production.



-----Original Message-----
From: Gary Tully [mailto:gary.tu...@gmail.com] 
Sent: Thursday, August 06, 2009 2:58 PM
To: dev@activemq.apache.org
Subject: Re: ActiveMQ trying to reconnect to Random TCP port
periodically

that looks like an openwire connect attempt to the http endpoint and
negotiation is failing. Can you post your activemq.xml file. One
possibility
is the embedded camel context which will do periodic retries (polls) but
the
ActiveMQConnection factory uri must be misconfigured in that case.


2009/8/6 <sheetal.kulka...@sungard.com>

> ActiveMQ on Linux gives error something like this on ActiveMQ console:
>
> DEBUG log                            - EXCEPTION
> java.io.IOException: Connection reset by peer
>        at sun.nio.ch.FileDispatcher.read0(Native Method)
>        at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21)
>        at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233)
>        at sun.nio.ch.IOUtil.read(IOUtil.java:206)
>        at
sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
>        at
org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:128)
>        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:282)
>        at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
>        at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
>        at
>
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:
395)
>        at
>
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.ja
va:450)
> DEBUG log                            - EOF
> DEBUG WireFormatNegotiator           - Sending: WireFormatInfo {
version=3,
> properties={TightEncodingEnabled=true, CacheSize=1024,
> TcpNoDelayEnabled=true, SizePrefixDisabled=false,
StackTraceEnabled=true,
> MaxInactivityDurationInitalDelay=10000, MaxInactivityDuration=30000,
> CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]}
> DEBUG Connection:6                   - SENDING: WireFormatInfo {
version=3,
> properties={TightEncodingEnabled=true, CacheSize=1024,
> TcpNoDelayEnabled=true, SizePrefixDisabled=false,
StackTraceEnabled=true,
> MaxInactivityDurationInitalDelay=10000, MaxInactivityDuration=30000,
> CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]}
> DEBUG TransportConnection            - stop() called in the middle of
> start(). Delaying...
> DEBUG TransportConnection            - Calling the delayed stop()
> DEBUG Connection:6                   - RECEIVED Exception:
> java.net.SocketException: Connection reset
> java.net.SocketException: Connection reset
>        at java.net.SocketInputStream.read(SocketInputStream.java:168)
>        at
>
org.apache.activemq.transport.tcp.TcpBufferedInputStream.fill(TcpBuffere
dInputStream.java:50)
>        at
>
org.apache.activemq.transport.tcp.TcpBufferedInputStream.read(TcpBuffere
dInputStream.java:58)
>        at java.io.DataInputStream.readInt(DataInputStream.java:353)
>        at
>
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.jav
a:269)
>        at
>
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.
java:210)
>        at
>
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:2
02)
>        at
>
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:185
)
>        at java.lang.Thread.run(Thread.java:595)
> DEBUG TransportConnection            - Stopping connection: /
> 10.254.81.51:36717
> DEBUG TcpTransport                   - Stopping transport tcp:///
> 10.254.81.51:36717
> DEBUG TransportConnection            - Stopped transport: /
> 10.254.81.51:36717
> DEBUG TransportConnection            - Connection Stopped: /
> 10.254.81.51:36717
> ERROR TransportConnector             - Could not accept connection :
> Connection reset
> DEBUG TransportConnector             - Reason: Connection reset
> java.net.SocketException: Connection reset
>        at
> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
>        at
java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>        at
>
org.apache.activemq.transport.tcp.TcpBufferedOutputStream.flush(TcpBuffe
redOutputStream.java:115)
>        at java.io.DataOutputStream.flush(DataOutputStream.java:106)
>        at
>
org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:
167)
>        at
>
org.apache.activemq.transport.TransportLogger.oneway(TransportLogger.jav
a:104)
>        at
>
org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor
.java:233)
>        at
>
org.apache.activemq.transport.WireFormatNegotiator.sendWireFormat(WireFo
rmatNegotiator.java:160)
>        at
>
org.apache.activemq.transport.WireFormatNegotiator.start(WireFormatNegot
iator.java:79)
>        at
>
org.apache.activemq.transport.TransportFilter.start(TransportFilter.java
:57)
>        at
>
org.apache.activemq.broker.TransportConnection.start(TransportConnection
.java:873)
>        at
>
org.apache.activemq.broker.TransportConnector$1$1.run(TransportConnector
.java:213)
> DEBUG AMQPersistenceAdapter          - dataFilesInProgress.values: (0)
[]
> DEBUG AMQPersistenceAdapter          - lastDataFile: 1
> DEBUG AsyncDataManager               - lastFileId=0, purgeList: (0) []
> DEBUG AMQPersistenceAdapter          - Checkpoint started.
> DEBUG AMQPersistenceAdapter          - Checkpoint done.
> DEBUG AMQPersistenceAdapter          - dataFilesInProgress.values: (0)
[]
> DEBUG AMQPersistenceAdapter          - lastDataFile: 1
> DEBUG AsyncDataManager               - lastFileId=0, purgeList: (0) []
> DEBUG AMQPersistenceAdapter          - Checkpoint started.
> DEBUG AMQPersistenceAdapter          - Checkpoint done.
> DEBUG AMQPersistenceAdapter          - Checkpoint started.
> DEBUG AMQPersistenceAdapter          - Checkpoint done.
> DEBUG AMQPersistenceAdapter          - dataFilesInProgress.values: (0)
[]
>
>
> Can anyone comment on this?
> Why activeMQ is trying to send messages and to whom does it send?
>



-- 
http://blog.garytully.com

Open Source Integration
http://fusesource.com
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
   
    http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<!-- START SNIPPET: example -->
<beans
  xmlns="http://www.springframework.org/schema/beans";
  xmlns:amq="http://activemq.apache.org/schema/core";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
  http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd   
  http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd";>

    <!-- Allows us to use system properties as variables in this configuration file -->
    <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
         <property name="locations">
            <value>file:///${activemq.base}/conf/credentials.properties</value>
         </property>      
    </bean>

    <broker xmlns="http://activemq.apache.org/schema/core"; brokerName="localhost" dataDirectory="${activemq.base}/data">
	    
	    <destinations>
		    <queue physicalName="Queue.IPP" />
		    <queue physicalName="Queue.Request.Pct" />
		    <queue physicalName="Queue.TestWFTrigger"/>
		    <queue physicalName="Queue.IPP.Info"/>
		    <topic physicalName="Topic.Info.General" />
	    </destinations>
	    
	    <destinationInterceptors>
		    <virtualDestinationInterceptor>
			    <virtualDestinations>
				    <compositeTopic name="Topic.Info.General" forwardOnly="false">
					    <forwardTo>
						    <filteredDestination selector="activityInstanceOIDPresent='True'"  queue="Queue.IPP"/>
						    <filteredDestination  selector="MsgType='NewBuild'"  queue="Queue.TestWFTrigger"/>
						    <!--<queue physicalName="Queue.IPP"/>
						    <queue   physicalName="Queue.TestWFTrigger"/>-->
					    </forwardTo>
				    </compositeTopic>
				    <compositeQueue name="Queue.IPP.Info" forwardOnly="false">
					    <forwardTo>
						    <topic physicalName="Topic.Info.General"/>
					    </forwardTo>
				    </compositeQueue>
			    </virtualDestinations>
		    </virtualDestinationInterceptor>
   </destinationInterceptors>

        <!-- Destination specific policies using destination names or wildcards -->
        <destinationPolicy>
            <policyMap>
                <policyEntries>
                    <policyEntry queue=">" memoryLimit="20mb"/>
                    <policyEntry topic=">" memoryLimit="20mb">
                      <!-- you can add other policies too such as these
                        <dispatchPolicy>
                            <strictOrderDispatchPolicy/>
                        </dispatchPolicy>
                        <subscriptionRecoveryPolicy>
                            <lastImageSubscriptionRecoveryPolicy/>
                        </subscriptionRecoveryPolicy>
                      -->
                    </policyEntry>
                </policyEntries>
            </policyMap>
        </destinationPolicy>

        <!-- Use the following to configure how ActiveMQ is exposed in JMX -->
        <managementContext>
            <managementContext createConnector="false"/>
        </managementContext>

        <!-- The store and forward broker networks ActiveMQ will listen to -->
        <networkConnectors>
            <!-- by default just auto discover the other brokers -->
            <!--<networkConnector name="default-nc" uri="multicast://default"/>-->
            <!-- Example of a static configuration:
            <networkConnector name="host1 and host2" uri="static://(tcp://host1:61616,tcp://host2:61616)"/>
            -->
        </networkConnectors>

        <persistenceAdapter>
            <amqPersistenceAdapter syncOnWrite="false" directory="${activemq.base}/data" maxFileLength="30 mb"/>
        </persistenceAdapter>

        <!-- Use the following if you wish to configure the journal with JDBC -->
        <!--
        <persistenceAdapter>
            <journaledJDBC dataDirectory="${activemq.base}/data" dataSource="#postgres-ds"/>
        </persistenceAdapter>
        -->

        <!-- Or if you want to use pure JDBC without a journal -->
        <!--
        <persistenceAdapter>
            <jdbcPersistenceAdapter dataSource="#postgres-ds"/>
        </persistenceAdapter>
        -->

        <sslContext>
            <sslContext keyStore="file:${activemq.base}/conf/broker.ks" keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" trustStorePassword="password"/>
        </sslContext>
        
        <!--  The maximum about of space the broker will use before slowing down producers -->
        <systemUsage>
            <systemUsage>
                <memoryUsage>
                    <memoryUsage limit="50 mb"/>
                </memoryUsage>
                <storeUsage>
                    <storeUsage limit="1 gb" />
                </storeUsage>
                <tempUsage>
                    <tempUsage limit="100 mb"/>
                </tempUsage>
            </systemUsage>
        </systemUsage>


        <!-- The transport connectors ActiveMQ will listen to -->
        <transportConnectors>
            <transportConnector name="openwire" uri="tcp://localhost:61616?trace=true" />
            <!--<transportConnector name="ssl" uri="ssl://localhost:61617"/>-->
            <transportConnector name="stomp" uri="stomp://localhost:61613?trace=true"/>
            <!--<transportConnector name="xmpp" uri="xmpp://localhost:61222"/>-->
        </transportConnectors>

    </broker>

    <!--
    ** Lets deploy some Enterprise Integration Patterns inside the ActiveMQ Message Broker
    ** For more details see
    **
    ** http://activemq.apache.org/enterprise-integration-patterns.html
    -->
   <!-- <camelContext id="camel" xmlns="http://activemq.apache.org/camel/schema/spring";>-->

        <!-- You can use a <package> element for each root package to search for Java routes -->
       <!--<package>org.foo.bar</package>-->

        <!-- You can use Spring XML syntax to define the routes here using the <route> element -->
       <!--<route>
            <from uri="activemq:example.A"/>
            <to uri="activemq:example.B"/>
        </route>
    </camelContext>-->

    <!--
    ** Lets configure some Camel endpoints
    **
    ** http://activemq.apache.org/camel/components.html
    -->

    <!-- configure the camel activemq component to use the current broker -->
    <!--<bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" >
        <property name="connectionFactory">
          <bean class="org.apache.activemq.ActiveMQConnectionFactory">
            <property name="brokerURL" value="vm://localhost?create=false&amp;waitForStart=10000" />
            <property name="userName" value="${activemq.username}"/>
            <property name="password" value="${activemq.password}"/>
          </bean>
        </property>
    </bean>-->



    <!-- Uncomment to create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->
    <!--
    <commandAgent xmlns="http://activemq.apache.org/schema/core"; brokerUrl="vm://localhost" username="${activemq.username}" password="${activemq.password}"/>
    -->


    <!-- An embedded servlet engine for serving up the Admin console -->
    <jetty xmlns="http://mortbay.com/schemas/jetty/1.0";>
        <connectors>
            <nioConnector port="8161"/>
        </connectors>

        <handlers>
            <webAppContext contextPath="/admin" resourceBase="${activemq.base}/webapps/admin" logUrlOnStart="true"/>
            <!--<webAppContext contextPath="/demo" resourceBase="${activemq.base}/webapps/demo" logUrlOnStart="true"/>-->
            <!--<webAppContext contextPath="/fileserver" resourceBase="${activemq.base}/webapps/fileserver" logUrlOnStart="true"/>-->
        </handlers>
    </jetty>

    <!--  This xbean configuration file supports all the standard spring xml configuration options -->

    <!-- Postgres DataSource Sample Setup -->
    <!--
    <bean id="postgres-ds" class="org.postgresql.ds.PGPoolingDataSource">
      <property name="serverName" value="localhost"/>
      <property name="databaseName" value="activemq"/>
      <property name="portNumber" value="0"/>
      <property name="user" value="activemq"/>
      <property name="password" value="activemq"/>
      <property name="dataSourceName" value="postgres"/>
      <property name="initialConnections" value="1"/>
      <property name="maxConnections" value="10"/>
    </bean>
    -->

    <!-- MySql DataSource Sample Setup -->
    <!--
    <bean id="mysql-ds" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
      <property name="driverClassName" value="com.mysql.jdbc.Driver"/>
      <property name="url" value="jdbc:mysql://localhost/activemq?relaxAutoCommit=true"/>
      <property name="username" value="activemq"/>
      <property name="password" value="activemq"/>
      <property name="maxActive" value="200"/>
      <property name="poolPreparedStatements" value="true"/>
    </bean>
    -->

    <!-- Oracle DataSource Sample Setup -->
    <!--
    <bean id="oracle-ds" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
      <property name="driverClassName" value="oracle.jdbc.driver.OracleDriver"/>
      <property name="url" value="jdbc:oracle:thin:@localhost:1521:AMQDB"/>
      <property name="username" value="scott"/>
      <property name="password" value="tiger"/>
      <property name="maxActive" value="200"/>
      <property name="poolPreparedStatements" value="true"/>
    </bean>
    -->

    <!-- Embedded Derby DataSource Sample Setup -->
    <!--
    <bean id="derby-ds" class="org.apache.derby.jdbc.EmbeddedDataSource">
      <property name="databaseName" value="derbydb"/>
      <property name="createDatabase" value="create"/>
    </bean>
    -->

</beans>
<!-- END SNIPPET: example -->

Reply via email to