summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: update description to correctly reflect the test behaviourRobert Gemmell2012-12-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1416715 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4483: Add system tests for Sasl authentication in Java Broker web ↵Alex Rudyy2012-11-291-1/+389
| | | | | | management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1415148 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4441: add system test verification of the priority queue and queue with ↵Robert Gemmell2012-11-292-3/+118
| | | | | | DLQ following the store upgrade git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1415127 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4476: ensure that the Principal in the AuthenticationResult has the ↵Robert Gemmell2012-11-271-31/+66
| | | | | | same format (the username) in both sasl and non-sasl cases, reworking handling of authentication success/failure/error to improve user experience slightly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1414257 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4475: enable the web management UI support the PLAIN mechanism for SASL ↵Robert Gemmell2012-11-272-2/+41
| | | | | | login git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1414256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4472 : [Java Test] Fix MultiVersionProtocolEngineTest to work with AMQP ↵Robert Godfrey2012-11-261-0/+26
| | | | | | 1.0 connections. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413724 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4474: quote the name within the JMX ObjectName for the ↵Robert Gemmell2012-11-264-4/+8
| | | | | | BDBHAMessageStore MBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413676 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4473: Resolve 'stream might not be closed' issue reported by findbugs ↵Alex Rudyy2012-11-261-1/+8
| | | | | | tool in JMSObjectMessage git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413642 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4472 : [Java Broker] NPE with non-SASL AMQP 1.0 ConnectionRobert Godfrey2012-11-262-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413627 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2796 : Exclude test which requires client initiated 0-10 heartbeats for ↵Robert Godfrey2012-11-261-0/+4
| | | | | | CPP broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413567 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2796 : Addressed review commentsRobert Godfrey2012-11-265-8/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2796 : Added Java system test for heartbeatingRobert Godfrey2012-11-2610-131/+159
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413539 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4431: base the maven output on the next release version (even) rather ↵Robert Gemmell2012-11-252-1/+4
| | | | | | than the development version (odd) number so the snapshots versions are meaningful git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413445 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4456: ensure the qpid-server.bat script for windows picks up the broker ↵Robert Gemmell2012-11-251-2/+2
| | | | | | plugins. Update example output from running the startup commands." git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413444 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4338: [Java Perf Tests] Clarify chart titlesKeith Wall2012-11-252-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413439 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4338: [Java Performance Charts] Renamed SeriesStokeAndPaintAccessor and ↵Keith Wall2012-11-256-26/+28
| | | | | | | | modified its api to make its intention more obvious. Also minor code tidy-ups in ColorFactory. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4470: Allow 'maximum queue depth' queue alerting threshold to be set ↵Keith Wall2012-11-253-14/+58
| | | | | | from JMX/AMQP git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413433 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ↵Robert Godfrey2012-11-2524-49/+781
| | | | | | Java Client (0-8/9/9-1 path) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4468: restore connection level ssl option to provide compatibility with ↵Robert Gemmell2012-11-256-3/+147
| | | | | | older client configuration, add ability to override brokerlist ssl option git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4469: remove the unused sslContext parameter in ↵Robert Gemmell2012-11-255-29/+5
| | | | | | OutgoingNetworkTransport#connect() and cleanup associated dead code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1413363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4461: remove spaces to ensure the log prefix/suffix options are passed ↵Robert Gemmell2012-11-231-4/+4
| | | | | | correctly following prior changes to argument construction git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412822 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4458: revert changes in r1412380, a CI build failure after a clean ↵Robert Gemmell2012-11-235-8/+77
| | | | | | checkout showed there is a usage path the changes didnt cover git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4458: remove the gentool/lib folder, retrieve the velocity dependencies ↵Robert Gemmell2012-11-225-77/+8
| | | | | | using Ivy, remove seemingly unused common/protocol-version.xml file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412380 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4456: ensure the broker plugins get packaged in the release binary and ↵Robert Gemmell2012-11-218-18/+26
| | | | | | added to the classpath. Create opt directory for later use by users and update docs accordingly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4455 : [AMQP 1.0 JMS Client] Queue browsers were not returning jms ↵Robert Godfrey2012-11-211-6/+22
| | | | | | messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412280 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4453 : [AMQP 1.0 JMS Client] ObjectMessage /w no body improperly ↵Robert Godfrey2012-11-211-1/+19
| | | | | | converted to an AMQP message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412270 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4441: Improve BDB store upgrade tests to cover the upgrade of ↵Alex Rudyy2012-11-218-43/+152
| | | | | | configuration for queues having creation arguments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1412203 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove version from backup script, the referenced jar is now in the ↵Robert Gemmell2012-11-201-4/+1
| | | | | | qpid-all.jar manifest already git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411615 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-196-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411381 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: update JMX addQueue example to use the necessary quoted elements in ↵Robert Gemmell2012-11-191-19/+22
| | | | | | its ObjectNames, add some info logging git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1411210 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4441: ensure that using FieldTable#addAll(table) works when providing a ↵Robert Gemmell2012-11-182-74/+33
| | | | | | source FieldTable that has been created from an encoded byte[] but has yet to be otherwise used git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1410949 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4431: add 'deploy-snapshot' target for use in publishing snapshot maven ↵Robert Gemmell2012-11-113-3/+32
| | | | | | artefacts from CI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1408100 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4420: add documentation for SSL and the Anonymous + External ↵Robert Gemmell2012-11-045-54/+356
| | | | | | AuthenticationManagers along with some general cleanup and expanded testing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405636 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4419: ensure the broker kills the 0-10 connection immediately for ↵Robert Gemmell2012-11-042-2/+10
| | | | | | explicit reason that no sasl mech was chosen, instead of sending an incorrect ConnectionTune and then killing the connection as side effect of a subsequent NPE. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405489 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4289, QPID-4344: restore catching of TransportExceptions when trying to ↵Robert Gemmell2012-11-032-7/+29
| | | | | | | | | close the sender in CCMH. Add TransportException to the 'connection problem' types, and catch any exceptions when trying to close the network connection as a result. Patch from Philip Harvey <phil@philharveyonline.com> plus some additional modifications of my own. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405354 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4411 : QPID JMS QueueBrowser should defer getting messages until ↵Robert Godfrey2012-11-022-45/+119
| | | | | | getEnumeration() is called. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405042 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4412 : ReceivingLinkEndpoint.isDrainedRobert Godfrey2012-11-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4409 : [AMQP 1.0 JMS] QueueConnection createDurableConnectionConsumer() ↵Robert Godfrey2012-11-021-0/+4
| | | | | | should throw IllegalStateException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1404967 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4408 Applying patch from Dejan Bosanac.Rajith Muditha Attapattu2012-11-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1404586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4396 : [Java AMQP 1.0] move examples into sub-moduleRobert Godfrey2012-10-2618-410/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1402462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4395 : Fix client ack in onMessage in JMS AMQP 1.0 clientRobert Godfrey2012-10-262-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1402430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4389: Send the selector of durable subscriber in arguments of ↵Alex Rudyy2012-10-242-8/+71
| | | | | | ExchangeBind command git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1401515 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4385: perf test ClientRegistry timeout now only applies to each ↵Alex Rudyy2012-10-232-9/+66
| | | | | | | | registration, not to the whole registration sequence, thus allowing large number of clients to register without false timeouts. Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1401426 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4383 : Fix receipt of large messages, client ackRobert Godfrey2012-10-202-9/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400447 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4383 : Fix to set ssl based on protocolRobert Godfrey2012-10-191-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400326 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4383 : Fix connection URLsRobert Godfrey2012-10-193-6/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400289 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4382 : Wait for subsequent frames to arrive in synchronous receiveRobert Godfrey2012-10-192-105/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400287 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4381 : add heartbeating to the AMQP 1.0 java clientRobert Godfrey2012-10-193-7/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400284 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4298: AMQQueueDeferredOrderingTest should sync after sending the test ↵Keith Wall2012-10-181-6/+6
| | | | | | | | | | | messages * Call AMQSession#sync after the sending of each (non-transactional) message, this is required to avoid spurious test fails on machines that are CPU starved. * Renamed test from testPausedOrder to testMessagesSentByTwoThreadsAreDeliveredInOrder to better reflect the nature of the test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1399547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3317 Modified the code to implement correct behavior for linkRajith Muditha Attapattu2012-10-1215-382/+678
| | | | | | | | | bindings. Added unit tests for Address Helper and two specific test cases for verifying link behavior (bindings and customization of subscription queues). Review request : https://reviews.apache.org/r/7412/ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1397651 13f79535-47bb-0310-9956-ffa450edef68