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
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
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
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
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