summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-111-2/+2
* | QPID-5512: suppress exception sometimes seen due to race while closing the so...Robert Gemmell2014-01-241-1/+6
* | QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-2211-407/+12
* | QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-3/+3
* | QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-174-7/+90
* | QPID-5342 : [Java Client] 0-10 client does not close connection when heartbea...Robert Godfrey2014-01-153-6/+27
* | QPID-5478: elapsed time calculation should use a simple assignment, rather th...Robert Gemmell2014-01-141-1/+1
* | QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-121-1/+1
* | QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-113-30/+28
* | QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-071-0/+6
* | QPID-5282: Change IoSender to cause the socket to be closed after a sender ti...Keith Wall2013-11-201-28/+52
* | QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
* | QPID-4534: unify client heartbeat system properties/connection url options.Keith Wall2013-10-306-147/+145
* | QPID-5223: add system property to toggle populating the 'expiration' header w...Robert Gemmell2013-10-131-0/+7
* | QPID-5192: commit the protocol and logging files output by running the update...Robert Gemmell2013-09-29491-0/+63972
* | QPID-5184 : Setting message expiration to 0 should lead to the header propert...Robert Godfrey2013-09-271-17/+91
* | QPID-5088 : [Java Broker] Isolate use of AMQShortString and FieldTable to 0-8...Robert Godfrey2013-08-218-148/+52
* | QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-081-95/+31
* | QPID-4875 : The parsing logic for certificate subjects does not work properly...Robert Godfrey2013-07-302-48/+69
* | QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
* | QPID-4994: Remove redundant binding URL options for subscription name and cli...Alex Rudyy2013-07-173-27/+0
* | QPID-4659 : [Java Broker] move amqp 0-8 implementation into a pluginRobert Godfrey2013-07-161-6/+7
* | QPID-4943: Introduce a feature for 0-8/0-9/0-9-1 protocols to close a connect...Alex Rudyy2013-06-213-7/+31
* | QPID-4934 : [Java XA] Stop redundant session creation for XA Sessions, improv...Robert Godfrey2013-06-181-1/+16
* | QPID-4925 : [Java Broker] Timeout connections which do not complete connectio...Robert Godfrey2013-06-142-1/+10
* | QPID-4900: Add the server properties to the AMQP 1.0 SASL ProtocolEngine as w...Robert Gemmell2013-06-061-5/+11
* | QPID-4904 : [Java] AMQShortString.equals should on return true if it is being...Robert Godfrey2013-06-031-18/+11
* | QPID-4900 : [Java Broker] Broker should return its version to the client as i...Robert Godfrey2013-06-021-0/+7
* | QPID-4897 : [Java Broker] Allow selectors on bindings fro non-topic exchangesRobert Godfrey2013-06-011-1/+6
* | QPID-4873 Commiting patch by Helen Kwong.Rajith Muditha Attapattu2013-05-233-5/+57
* | QPID-4849 The previous code was assuming that "CN" was the first entryRajith Muditha Attapattu2013-05-151-2/+3
* | QPID-4831 : [Java Broker] Fix closedown on SSL when SSL and TCP can use same ...Robert Godfrey2013-05-121-6/+9
* | QPID-4382 : [Java Broker] Implement the default exchange as a facade on top o...Robert Godfrey2013-05-111-1/+1
* | QPID-4831 : [Java Broker] Allow SSL and non-SSL connections on the same portRobert Godfrey2013-05-112-1/+272
* | NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-051-0/+20
* | QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-121-2/+0
* | QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-241-1/+1
* | QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptionsRobert Godfrey2013-03-174-0/+1090
* | QPID-4636: add support for a broker 'peerStore' that can be used to perform S...Robert Gemmell2013-03-143-20/+275
* | QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-192-11/+3
* | QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-041-0/+1
* | QPID-4541 Added the ability to turn off replay at the time the sessionRajith Muditha Attapattu2013-01-252-6/+34
* | QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-201-4/+3
* | QPID-2796 : Addressed review commentsRobert Godfrey2012-11-263-6/+10
* | QPID-2796 : Implement hearbeating in Java Broker (all protocol versions) and ...Robert Godfrey2012-11-2511-32/+316
* | QPID-4469: remove the unused sslContext parameter in OutgoingNetworkTransport...Robert Gemmell2012-11-253-4/+3
* | QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* | QPID-4441: ensure that using FieldTable#addAll(table) works when providing a ...Robert Gemmell2012-11-181-0/+1
* | QPID-4420: add documentation for SSL and the Anonymous + External Authenticat...Robert Gemmell2012-11-041-10/+9
* | QPID-4419: ensure the broker kills the 0-10 connection immediately for explic...Robert Gemmell2012-11-041-2/+3