Scan Port cause 
----------------

                 Key: AMQ-1682
                 URL: https://issues.apache.org/activemq/browse/AMQ-1682
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.0.0
         Environment: Windows XP, JDK 1.5
            Reporter: Thomas MONCIEU


Hi,
I try to do a scan port to my server (containing my broker), it blocks the 
broker (and the other messages incoming) then I get the following error :

ERROR : TransportConnector.java             -> Could not accept connection from 
/172.28.1.80:2270: java.io.IOException: Wire format negociation timeout: peer 
did not send his wire format.
java.io.IOException: Wire format negociation timeout: peer did not send his 
wire format.
        at 
org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:88)
        at 
org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:47)
        at 
org.apache.activemq.broker.TransportConnection.dispatch(TransportConnection.java:1138)
        at 
org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:805)
        at 
org.apache.activemq.broker.TransportConnection.start(TransportConnection.java:885)
        at 
org.apache.activemq.broker.TransportConnector$1.onAccept(TransportConnector.java:148)
        at 
org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:167)
        at java.lang.Thread.run(Unknown Source)

I would like to know how to set this timeout to reduce it ?
Thanks by advance,
Thomas MONCIEU

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to