summaryrefslogtreecommitdiff
path: root/qpid/java/client
Commit message (Expand)AuthorAgeFilesLines
* QPID-3401 Interim fixes to keep the tree compiling. Most of theseRajith Muditha Attapattu2012-05-144-10/+14
* QPID-3401 Refined the code that handled the creation of an AddressRajith Muditha Attapattu2012-05-141-41/+43
* QPID-3401 Added a constructor to take an Address object in addition toRajith Muditha Attapattu2012-05-145-0/+61
* QPID-3401 Applying changes suggest by RobertGodfrey.Rajith Muditha Attapattu2012-05-114-129/+131
* QPID-3401 Fixed code convention issues. Marked fields private.Rajith Muditha Attapattu2012-05-102-5/+5
* QPID-3401 Added hashcode implementations for QpidQueue and QpidTopicRajith Muditha Attapattu2012-05-102-0/+19
* QPID-3401 Node and Link objects are now immutable once they areRajith Muditha Attapattu2012-05-103-9/+13
* QPID-3401 Marked the Address object read-only once it's processed andRajith Muditha Attapattu2012-05-091-0/+1
* QPID-3401 Based on review comments, made the following changes.Rajith Muditha Attapattu2012-05-094-236/+256
* QPID-3401 Added equals, toString() implementations to Topic and Queue.Rajith Muditha Attapattu2012-04-056-3/+68
* QPID-3401 Added implementations for TemporaryQueue and TemporaryTopic.Rajith Muditha Attapattu2012-04-043-0/+116
* QPID-3401 The binding URL is parsed and information is adapted into theRajith Muditha Attapattu2012-04-041-6/+28
* QPID-3401 Added code to extract information from an address string andRajith Muditha Attapattu2012-04-044-12/+50
* QPID-3401 Added a final field "type" to abstract destinationRajith Muditha Attapattu2012-03-054-15/+122
* QPID-3401 Stubbing out Destination, Topic and Queue implementations.Rajith Muditha Attapattu2012-03-053-0/+244
* QPID-3605 : [Java Broker] Durable subscriber with no-local true receives mess...Robert Godfrey2012-02-282-0/+8
* QPID-2621 : [Java Client] Calling QueueBrowser.getEnumeration on a stopped co...Robert Godfrey2012-02-271-0/+4
* QPID-2020 : [Java Client] create[Durable]ConnectionConsumer should throw JMSE...Robert Godfrey2012-02-271-4/+5
* QPID-792 : [Java Client] Validate queue browser selector on client side, not ...Robert Godfrey2012-02-275-34/+101
* QPID-509 : [Java Client] Messages sent to topics should not default to mandatoryRobert Godfrey2012-02-276-129/+150
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-7/+10
* QPID-3095 : AMQBrokerDetails equals() and hashCode() methods do not adhere to...Robert Godfrey2012-02-201-4/+4
* QPID-2660 : AMQMessageDelegate_0_10 uses Byte.valueOf() when converting Strin...Robert Godfrey2012-02-202-0/+57
* QPID-3836 Modified the address handling code to pass the noLocalRajith Muditha Attapattu2012-02-134-10/+19
* QPID-3817: remove unnecessary cast to AMQQueue from the QueueBrowser creation...Robert Gemmell2012-02-132-3/+6
* QPID-3830: remove stale reference to old examples READMERobert Gemmell2012-02-131-2/+0
* QPID-3830: remove stale/confusing old 'examples' for the java clientRobert Gemmell2012-02-1327-2874/+0
* QPID-3831: use AcquireMode=PRE_ACQUIRED when using server-side selectors and ...Robert Gemmell2012-02-136-16/+12
* QPID-3440: add test to verify issue by ensuring that the reply-to Destination...Robert Gemmell2012-02-132-14/+85
* QPID-3819: ExhaustiveACLTests seen to timeoutKeith Wall2012-02-091-24/+1
* QPID-3807: Improve thread safety of JMS Session dispatcher.Keith Wall2012-02-071-21/+11
* NO-JIRA: Remove unnecessary getters added by recent commit 1236867Keith Wall2012-02-071-87/+0
* NO-JIRA: Move members back to top of class where they belongKeith Wall2012-02-071-181/+180
* NO-JIRA: Remove redundant code from client and common trees.Keith Wall2012-02-063-134/+0
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-052-29/+16
* QPID-3801 : [Java] Move JMS Selector code into commonRobert Godfrey2012-02-0220-2635/+222
* QPID-3784: move the system property key into ClientPropertiesRobert Gemmell2012-02-022-7/+4
* QPID-3784: introduce system property to run a dispatcher thread as damon/non-...Robert Gemmell2012-02-022-1/+77
* QPID-3790: Add a method AMQSession.getQueueDepth(AMQDestionation, boolean) to...Robert Gemmell2012-02-014-14/+59
* QPID-3789 : [Java Broker] Remove duplication between two password file databa...Robert Godfrey2012-02-013-3/+0
* QPID-3789 : [Java] Remove duplication of BytesDataOutput inner class, and sha...Robert Godfrey2012-01-315-419/+199
* QPID-3604 Moved the draining of consumer queues further down to be doneRajith Muditha Attapattu2012-01-311-8/+6
* QPID-3789 : [Java] Remove dead code and empty directoriesRobert Godfrey2012-01-303-601/+0
* QPID-3739: Java properties qpid.ssl.keyStoreCertType and qpid.ssl.trustStoreC...Keith Wall2012-01-291-2/+2
* QPID-3789 : [Java] fix regression caused by destination cache miss (by furthe...Robert Godfrey2012-01-292-1/+7
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2952-1640/+211
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-2764-665/+1065
* NO-JIRA: Ensure all control flow statements use braces (keeping CheckStyle ha...Robert Godfrey2012-01-275-40/+141
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-27149-957/+807
* QPID-3786 Setting queueName, exchange and routingKey from informationRajith Muditha Attapattu2012-01-261-1/+15