summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * QPID-452 Improve message classes APITomas Restrepo2007-05-1516-499/+1014
| | | | | | | | | | * Add XML documentation to IChannel and IMessage * Add missing BrokerDetailTests * Add new tests for message creation and message factories * Fix wrong default encoding for text messages git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538035 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-487 (Contributed by Carlos Medina) Fix QpidConnectionInfo.ToString()Tomas Restrepo2007-05-144-49/+93
| | | | | | | | * QPID-485 (Contributed by Carlos Medina) Fix AmqBrokerInfo.Equals() * QPID-456 Enforce virtual host names start with '/' git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537954 13f79535-47bb-0310-9956-ffa450edef68
* Fixed release script and made executableTomas Restrepo2007-05-141-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537845 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Qpid.Client.Tests build on linuxTomas Restrepo2007-05-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537841 13f79535-47bb-0310-9956-ffa450edef68
* * removed MonoDevelop solutionTomas Restrepo2007-05-141-45/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537835 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-489 Added Nant build scripts for Qpid.NETTomas Restrepo2007-05-1443-1626/+494
| | | | | | | | | | * Modified msbuild files to build to central location matching nant builds * Removed old files from Qpid.Buffer * Removed MonoDevelop project files * Updated build scripts, readme.txt, todo.txt git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537834 13f79535-47bb-0310-9956-ffa450edef68
* Added to the Javadoc.Rupert Smith2007-05-149-68/+290
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537782 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-486 Choose strongest SASL Mechanism firstTomas Restrepo2007-05-138-83/+97
| | | | | | | * Remove unnecessary wrapping of AMQExceptions on connection failure git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537673 13f79535-47bb-0310-9956-ffa450edef68
* Fix for acknowledgements (since the addition of the protocol version, the ↵Gordon Sim2007-05-111-2/+2
| | | | | | 'wrong' constructor to BasicAckBody was being called resulting in random values for delivery tag and multiple) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537171 13f79535-47bb-0310-9956-ffa450edef68
* Increased persistent test rates to measure above saturation point.Rupert Smith2007-05-111-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537161 13f79535-47bb-0310-9956-ffa450edef68
* Fixed race condition introduced by QPID-398, removed unneeded filesTomas Restrepo2007-05-102-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537029 13f79535-47bb-0310-9956-ffa450edef68
* QPID-398 SSL support for .NET clientTomas Restrepo2007-05-1039-235/+1366
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-441 Fix handling of bounced messagesTomas Restrepo2007-05-107-65/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-435: Fix HeadersExchangeTestTomas Restrepo2007-05-101-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@537015 13f79535-47bb-0310-9956-ffa450edef68
* Increased test load for better than expected persistent p2p.Robert Greig2007-05-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536824 13f79535-47bb-0310-9956-ffa450edef68
* Added test for channel.flowGordon Sim2007-05-091-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536585 13f79535-47bb-0310-9956-ffa450edef68
* * Added support for channel.flow:Gordon Sim2007-05-0910-22/+87
| | | | | | | | | | | | | | | | | | | | | | cpp/tests/ChannelTest.cpp cpp/lib/broker/SessionHandlerImpl.cpp cpp/lib/broker/BrokerChannel.h cpp/lib/broker/BrokerChannel.cpp * Fixed client connection closing process: cpp/lib/common/sys/apr/Socket.cpp cpp/lib/client/Connector.h cpp/lib/client/Connector.cpp cpp/lib/client/Connection.h cpp/lib/client/Connection.cpp * Use amq.direct rather than default exchange in P2P test (to interop with java) cpp/tests/BasicP2Ptest.h git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536584 13f79535-47bb-0310-9956-ffa450edef68
* Corrected mistaked in test parameters.Robert Greig2007-05-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536573 13f79535-47bb-0310-9956-ffa450edef68
* QPID-484 Provided default GC and easy customisation.. via setting QPID_JAVA_QC.Martin Ritchie2007-05-092-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536571 13f79535-47bb-0310-9956-ffa450edef68
* More safety limit adjustments, now all tests running within limits.Robert Greig2007-05-091-28/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-25 TimeToLive Basic implementation. Martin Ritchie2007-05-098-6/+238
| | | | | | | | | | | | | Messages are not automatically purged rather they are checked as they are selected for delivery. If they have expired they are dequeued. AMQChannel - Update to call setExpiration on the message so the time can be adjusted if client & broker clocks are out of sync. AMQMessage - Caches the _expiration time for internal use, adjusted for broker time. This leaves message headers unchanged so receiving client can see actual value requested by producer. ConcurrentSelectorDeliveryManager - Updated to check for expired messages when getNextMessage is called. Immediate messages are NOT expired. Subscription - Added method to getChannel that this Subscription is attatched to so we can retrieve the StoreContext for dequeue-ing the message. TimeToLiveTest - Test of Time to live. Sends 50 msgs. 1 non-timed 48 1 second and 1 non-timed ensure only 2 msgs come back after 2 seconds git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536506 13f79535-47bb-0310-9956-ffa450edef68
* Whitespace + Formatting.Martin Ritchie2007-05-091-18/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536499 13f79535-47bb-0310-9956-ffa450edef68
* Moved MaxChannelsTest.java to the correct package.Martin Ritchie2007-05-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536498 13f79535-47bb-0310-9956-ffa450edef68
* Improved safety limts for message size tests.Robert Greig2007-05-091-112/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536496 13f79535-47bb-0310-9956-ffa450edef68
* Added max buffer limits to all tests.Robert Greig2007-05-091-113/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536486 13f79535-47bb-0310-9956-ffa450edef68
* Improvements made to max pending message limit code.Robert Greig2007-05-091-36/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536483 13f79535-47bb-0310-9956-ffa450edef68
* QPID-482 : Small performance enhancementsRobert Godfrey2007-05-099-123/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536480 13f79535-47bb-0310-9956-ffa450edef68
* Altered test case 2, i.e. basic p2p, such that it binds the queue to ↵Gordon Sim2007-05-092-1/+3
| | | | | | | | | | amq.direct rather than relying on the default bindings. Modified the clientid option of the test runner to be -n,--clientname to be consistent with java test runner. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536449 13f79535-47bb-0310-9956-ffa450edef68
* * README: added libdaemon to yum instructions.Alan Conway2007-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536339 13f79535-47bb-0310-9956-ffa450edef68
* * lib/broker/Daemon.cpp: Fixed bug causing qpidd -c to sometmes delete the ↵Alan Conway2007-05-081-1/+1
| | | | | | pidfile. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536279 13f79535-47bb-0310-9956-ffa450edef68
* Initial interop tests for c++.Gordon Sim2007-05-088-3/+758
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536253 13f79535-47bb-0310-9956-ffa450edef68
* Some robustness added to tests by limiting buffered messages.Robert Greig2007-05-082-39/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536243 13f79535-47bb-0310-9956-ffa450edef68
* Added inclusion of sender and receiver names in results.Robert Greig2007-05-081-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536164 13f79535-47bb-0310-9956-ffa450edef68
* Added XML logging of test results.Robert Greig2007-05-083-5/+475
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536163 13f79535-47bb-0310-9956-ffa450edef68
* Added default password file for use with Base64MD5PassswordFilePrincipalDatabaseMartin Ritchie2007-05-081-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536141 13f79535-47bb-0310-9956-ffa450edef68
* QPID-480 : Avoid deadlock on UnacknowledgedMessageMap and ↵Robert Godfrey2007-05-071-1/+2
| | | | | | ConcurrentSelectorDeliveryManager git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@536008 13f79535-47bb-0310-9956-ffa450edef68
* Added remaining test case.Robert Greig2007-05-076-11/+317
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535874 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Updated FieldTable to ensure no Decimal value is set that is larger ↵Martin Ritchie2007-05-072-1/+35
| | | | | | | | | | than can be transmitted over AMQP. That is a max scale value of Byte.MAX_VALUE and value of up to Integer.MAX_VALUE. Additional tests to ensure this is the case. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535809 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ↵Martin Ritchie2007-05-0410-269/+516
| | | | | | limit the Java client to only AMQP 0-8 compliant values. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535309 13f79535-47bb-0310-9956-ffa450edef68
* First two test cases completed. Still to do pub/sub.Robert Greig2007-05-0414-56/+464
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@535254 13f79535-47bb-0310-9956-ffa450edef68
* More interop test stuff.Robert Greig2007-05-035-338/+457
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534903 13f79535-47bb-0310-9956-ffa450edef68
* Attribute details background made same as other displays.Bhupendra Bhusman Bhardwaj2007-05-031-18/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534897 13f79535-47bb-0310-9956-ffa450edef68
* Management console users list display is updated.Bhupendra Bhusman Bhardwaj2007-05-033-6/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534763 13f79535-47bb-0310-9956-ffa450edef68
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-0219-193/+236
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534478 13f79535-47bb-0310-9956-ffa450edef68
* Exchange MBeans updated - init method moved to super class. Bhupendra Bhusman Bhardwaj2007-05-0210-146/+117
| | | | | | Exception handling of management console updated for SecurityException. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534473 13f79535-47bb-0310-9956-ffa450edef68
* Comments and Test changesMartin Ritchie2007-05-013-9/+24
| | | | | | | | VirtualHost Added comments HeapExhaustion - Updated to send transient messages. QpidClientConnection - Allowed specification of type of message to send. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534117 13f79535-47bb-0310-9956-ffa450edef68
* Add doxygen.timestamp to distribution so make distcheck will pass.Alan Conway2007-05-011-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the ↵Martin Ritchie2007-05-011-7/+27
| | | | | | correct redelivered value, regardless of order. Different test case also was problematic. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@534036 13f79535-47bb-0310-9956-ffa450edef68
* svn:ignore distribution tarballs.Alan Conway2007-04-300-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533861 13f79535-47bb-0310-9956-ffa450edef68
* Add .M2 tag to rpm releaseAlan Conway2007-04-302-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533860 13f79535-47bb-0310-9956-ffa450edef68