Server Environment: ActiveMQ 5.1 standalone broker running on Windows Server 2003 system. JDK 1.6
Client Environment: Windows XP Pro JDK 1.6 Spring message driven pojo consumer. Network: VPN over internet connection Now we find that when we using dailup network to connect to the broker, we can consume message less than 1K byte, but the client can't consume a 60k byte message. I turned on the debug logging in the log4j.properties on the broker side, I saw exceptions thrown when client try to consume the message.The exception is java.net.SocketException: Software caused connection abort. After the exception the consumer is removed by activemq. When we change the network connection to our company's broadband internet connection, the message is consumed without error. And we have been reported that client using DSL connection have the same error as dailup connection. Can anyone help to indentify the reason of the exception? -- View this message in context: http://www.nabble.com/Weird-java.net.SocketException-tp19708629p19708629.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.