svn commit: r774899 - in /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid: client/AMQConnection.java jms/failover/FailoverRoundRobinServers.java jms/failover/FailoverSingleServer.java

2009-05-14 Thread rajith
Author: rajith Date: Thu May 14 19:50:23 2009 New Revision: 774899 URL: http://svn.apache.org/viewvc?rev=774899&view=rev Log: This is a fix for QPID-1859 For FailoverSingleServer the default for retries is set to 0 and the current_retries start from 0 instead of -1. For FailoverRoundRobinServers

svn commit: r774817 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/Connection.java

2009-05-14 Thread rajith
Author: rajith Date: Thu May 14 15:22:23 2009 New Revision: 774817 URL: http://svn.apache.org/viewvc?rev=774817&view=rev Log: This is related to QPID-1854 The sender.close is now surrounded with a try catch to handle the exception thrown by the IoSender.close(). The ideal situation would have bee

svn commit: r774814 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt tests/CMakeLists.txt tests/XmlClientSessionTest.cpp

2009-05-14 Thread astitcher
Author: astitcher Date: Thu May 14 15:19:56 2009 New Revision: 774814 URL: http://svn.apache.org/viewvc?rev=774814&view=rev Log: More work on cmake: Make tests build on Linux Fix XML tests to run Fix cmake installed locations for modules/config files Modified: qpid/trunk/qpid/cpp/src/CM

svn commit: r774812 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/network/io/IoReceiver.java

2009-05-14 Thread rajith
Author: rajith Date: Thu May 14 15:16:11 2009 New Revision: 774812 URL: http://svn.apache.org/viewvc?rev=774812&view=rev Log: This is related to QPID-1853. Since the socket is being closed inside the finnaly block we can remove the socket.close after the while loop inside the run method. Modifi

svn commit: r774809 - in /qpid/trunk/qpid/cpp/src: ./ qpid/broker/ qpid/cluster/ qpid/management/

2009-05-14 Thread aconway
Author: aconway Date: Thu May 14 15:14:32 2009 New Revision: 774809 URL: http://svn.apache.org/viewvc?rev=774809&view=rev Log: Fix for unpredictable enqueues by timer-triggered management code in a cluster. ManagementAgent uses Broker::getClusterMessageHandler() (if non-0) to enqueue timer-trigge