summaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1378 - updated method reply to use str16 encodingTed Ross2008-10-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707720 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1394 : Renamed file, that was miss named, to end in Test so that it is ↵Martin Ritchie2008-10-241-1/+1
| | | | | | picked up by the test phase. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707695 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1394 : Added test to validate that Provider is registered after ↵Martin Ritchie2008-10-241-0/+101
| | | | | | connection is created and logging to highlight if we are unable to register our client connections. We do not need to unregister our clients as the same providers are used for all new connections. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707692 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1394 : Added test to validate that Provider is registered after ↵Martin Ritchie2008-10-241-2/+8
| | | | | | connection is created and logging to highlight if we are unable to register our client connections. We do not need to unregister our clients as the same providers are used for all new connections. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707691 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1390 : Added test to validate that new SASL providers are unregistered ↵Martin Ritchie2008-10-241-0/+120
| | | | | | by the broker on ApplicationRegistry shutdown git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1315: Fix style issue, iterator control usage as per review comments ↵Aidan Skinner2008-10-242-11/+15
| | | | | | from rgodfrey. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1394 : Registration of JCAProvider is incorrect in client and broker ↵Martin Ritchie2008-10-247-45/+93
| | | | | | SASL configurations git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1390 : Allow Authentication Manager to correctly closeMartin Ritchie2008-10-245-11/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1398: use bnd tool to produce osgi bundles with 'ant bundle'Aidan Skinner2008-10-245-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707654 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1378: applied qman_24102008_compound_message_handling.patch that adds ↵Arnaud Simon2008-10-2429-312/+840
| | | | | | compound message handling improvements. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707640 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1296.Rajith Muditha Attapattu2008-10-232-2/+2
| | | | | | | I missed these two files in the previous commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707458 13f79535-47bb-0310-9956-ffa450edef68
* This is for QPID-1296Rajith Muditha Attapattu2008-10-2315-25/+41
| | | | | | | | | | | | | added a boolean to the connect method to indicate whether an SSL connection should be created. currently there seems to be two issues. 1. The shutdownInput method used in IoReceiver is not supported by the SSLSocket implementation. 2. I haven't able to get client side authentication working. For item 1 we may need to use nio classes to get around the issue. For item 2 I am yet to figure out the correct config options to get client side auth working. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707453 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1319. Removed the unnessacery argument in the constructor.Rajith Muditha Attapattu2008-10-231-6/+1
| | | | | | | Now the code is changed back to what it was before the changes described in QPId-1319 was applied. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707452 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1319Rajith Muditha Attapattu2008-10-232-28/+2
| | | | | | | | Agree with Aidan that SSL should only be a broker level option. I have removed the code that copied the top level ssl value to the broker options. I will also correct the examples on the qpid wiki page git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707443 13f79535-47bb-0310-9956-ffa450edef68
* Candidate fix for QPID-1389. Make sure we don't send commands unless the ↵Rafael H. Schloming2008-10-234-6/+33
| | | | | | session is fully opened. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707388 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1385 : Extracted annonymous class from AMQChannel.resend(boolean), ↵Martin Ritchie2008-10-238-62/+827
| | | | | | Added new Mock Objects to the broke to allow direct testing of the new class. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707344 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1339: support for low level session resumeRafael H. Schloming2008-10-2312-143/+385
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707241 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1161Rajith Muditha Attapattu2008-10-231-0/+332
| | | | | | | | | | | The objective of the latency test is to get latency sample after the system achives steady state. It sends X messages in warmup mode (and waits for confirmation) before sending Y messages which it uses to takes measurements. It measures std dev, min, max and avg latency. The value for X should be sufficiently large to ensure that the system is in steady state to get a more acurate representation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707232 13f79535-47bb-0310-9956-ffa450edef68
* Clean up of code that is no longer being used.Rajith Muditha Attapattu2008-10-226-629/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707226 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1357: applied qman_22102008_events_handling.patchArnaud Simon2008-10-2222-347/+1690
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707016 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1359 : Disabled ConnectionTest until this issue has been resolvedMartin Ritchie2008-10-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706919 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1384: updated AMQDestination + added test for 0.10 code pathArnaud Simon2008-10-225-3/+121
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706894 13f79535-47bb-0310-9956-ffa450edef68
* removed references to /home/asimon and restored the proper defaults for the ↵Rafael H. Schloming2008-10-222-4/+4
| | | | | | cpp and cpp.noprefetch test profiles git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706858 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1374: Added handling of null message propertiesArnaud Simon2008-10-202-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@706166 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1320: Remove unusued variables, check that right number of messages ↵Aidan Skinner2008-10-171-23/+11
| | | | | | have been recieved in the right place as per ritchiem's review comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1373: Remove message for unack'd map when acking individual messages. ↵Aidan Skinner2008-10-172-0/+17
| | | | | | Add test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1315:Aidan Skinner2008-10-173-169/+124
| | | | | | | | | | BasicBytesFlowControl doesn't wait long enough to determine if the 3rd message is going to be delivered accidently. It also ack'd every message, which was not it's intent, so use acknowledgeThis() instead. Refactor common code out of processQueue and flushSubscription into attemptDelivery. Make sure sendLock is held when closing the consumer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705657 13f79535-47bb-0310-9956-ffa450edef68
* s/setPrefecthLimits/setPrefetchLimitsAidan Skinner2008-10-172-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705654 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1257 : Change to allow mstool.log4j as part of the build so that the ↵Martin Ritchie2008-10-171-1/+1
| | | | | | tool will function. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705627 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1371: added .net cc support + cc .net interop supportArnaud Simon2008-10-172-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705588 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1284: Andrea Gazzarini - 26/Sep/08 04:22 as a README fileArnaud Simon2008-10-161-0/+116
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705193 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1101 : Reverted change, for some reason I can't seem to find where this ↵Martin Ritchie2008-10-151-6/+1
| | | | | | code was used, agree it was a poor approach. Will document a better one on QPID-1103 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704945 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1314: move metadata store up a few lines as per review comment.Aidan Skinner2008-10-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1320: Yank out random, badly written 08 test. Use correct one instead.Aidan Skinner2008-10-151-229/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704932 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1119 QPID-1262 : The issue with the SWTDTest was down to QPID-1103 and ↵Martin Ritchie2008-10-152-2/+1
| | | | | | the fact that the configuration is not propogated to the Java profile. The test runs fine InVM but cannot be run externally until QPID-1103 has been completed. QPID-1262 is still an issue but it is not a blocker for this test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704930 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1356: move commit even higher, before the auth check.Aidan Skinner2008-10-151-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704928 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1356: Write message to disk before delivering it to queues.Aidan Skinner2008-10-151-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704925 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1284: qman_14102008_latest.patch (on behalf Andrea) Arnaud Simon2008-10-146-189/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704541 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1352: ignore duplicate detached controlsRafael H. Schloming2008-10-141-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704537 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1352: log the original exception so we don't lose the stack traceRafael H. Schloming2008-10-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704187 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1339:Rafael H. Schloming2008-10-1320-397/+340
| | | | | | | | | | | | | | | | | | | - Removed the Channel class in order to simplify the state management surrounding Sessions and Connections. - Consolidated the ChannelDelegate into the ConnectionDelegate. - Modified MethodDelegate to invoke a generic handle method as the default action for each dispatched method. - Modified the code generator to produce a separate ConnectionInvoker and SessionInvoker. - Modified the invoker template to use package level visibility for all controls rather than public visibility. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@704147 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1284: on behalf Adnrea: revert to previous revision so to include ↵Arnaud Simon2008-10-133-313/+201
| | | | | | latest changes from rhs git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703989 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1284: on behalf Adnrea (lnew unit tests)Arnaud Simon2008-10-134-0/+471
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703980 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1284: on behalf Adnrea (lnew classes atest posted patch)Arnaud Simon2008-10-1311-0/+839
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703978 13f79535-47bb-0310-9956-ffa450edef68
* qpid-1284: on behalf Adnrea (latest posted patch)Arnaud Simon2008-10-1344-555/+750
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703961 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1344: modified Connection to preserve the originating stack traces when ↵Rafael H. Schloming2008-10-106-30/+49
| | | | | | throwing exceptions git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703559 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1314: add missing MockQueueEntry class, oopsAidan Skinner2008-10-101-0/+177
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703497 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1314: Make sure all messags that are enqueued are dequeued.Aidan Skinner2008-10-103-2/+58
| | | | | | | | SimpleAMQQueue - dequeue messages if they are persistent, regardless of queue durability. SimpleAMQQueueTest - make sure that all messages which are stored are removed properly. TestableMemoryMessageStore - override enqueue/dequeue so it's possible to determine what is in the queue at any given point in time. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703485 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1289: Make 0-8/0-9 client honour the max_preftech system property.Aidan Skinner2008-10-107-19/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703383 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1342 : Disable tests from main build until JIRA is resolved.Martin Ritchie2008-10-101-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@703381 13f79535-47bb-0310-9956-ffa450edef68