summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Merge changes from the trunk in revisions 1564250:1567584 usingAlex Rudyy2014-02-1287-3624/+5897
|\
| * QPID-5504 : another fix for generics, this time working differently between O...Robert Godfrey2014-02-111-3/+3
| * QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-1132-118/+3580
| * QPID-5504 : allow for case where consumer target is closed before consumer is...Robert Godfrey2014-02-102-4/+19
| * QPID-5504 : Re-enable the use of no-local on consumers to queues in 0-8 protocolRobert Godfrey2014-02-104-5/+19
| * QPID-5504 : fixed implementation of 0-8 GET when using NoAckRobert Godfrey2014-02-102-26/+59
| * QPID-5504 : Refactoring to allow for nodes other than queues to be subscribed...Robert Godfrey2014-02-0747-3070/+2109
| * QPID-5547 : [Java Broker] When handling rejects in 0-8/9/9-1 treat queues wit...Robert Godfrey2014-02-071-1/+1
| * QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-0614-325/+140
| * QPID-5504 : remove unused inner classesRobert Godfrey2014-02-042-105/+0
* | QPID-5409: Refactor BDB HA MBean to delegate the operations to the underlyin...Keith Wall2014-02-064-52/+125
* | NO-JIRA: Merge changes from the trunk in revisions 1562452:1564250 usingKeith Wall2014-02-048-189/+158
|\ \ | |/
| * QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-015-167/+136
| * QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-313-22/+22
* | QPID-5413: Fix the issue with flickering node rows in the nodes tableAlex Rudyy2014-01-291-2/+5
* | QPID-5409: On Broker startup, the tree of configured objects are told to atta...Keith Wall2014-01-292-2/+35
* | Merge changes from the trunk in revisions 1560619:1562452 usingKeith Wall2014-01-2941-320/+257
|\ \ | |/
| * NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-2334-174/+87
| * NO-JIRA : set eol-style propertyRobert Godfrey2014-01-231-69/+69
| * QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only le...Robert Godfrey2014-01-2312-88/+112
* | Merge changes from the trunk in revisions 1558036:1560619 usingKeith Wall2014-01-2343-1034/+431
|\ \ | |/
| * QPID-5504 : remove InboundMessage... characterize routing as being on the imm...Robert Godfrey2014-01-2212-51/+104
| * QPID-5504 : initial refactoring to move common code into shared classes, make...Robert Godfrey2014-01-2227-962/+220
| * QPID-5048: logging and build output cleanupRobert Gemmell2014-01-226-23/+43
| * QPID-5048: Logging dependency and configuration tidy up for maven buildRobert Gemmell2014-01-228-0/+71
| * QPID-5342 : [Java Client] 0-10 client does not close connection when heartbea...Robert Godfrey2014-01-153-15/+10
| * QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-131-2/+1
| * QPID-5459 : [Java Broker] add secure websocket support to the broker, includi...Robert Godfrey2014-01-132-6/+36
| * QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ...Robert Godfrey2014-01-134-15/+116
| * QPID-5472: [Java Broker] Connection model object attribute PORT should return...Keith Wall2014-01-131-1/+1
| * QPID-5474: display clientId and clientVersion attributes from the connection ...Robert Gemmell2014-01-132-14/+10
| * QPID-5472: [Java Broker] Exceptions used to report bind port failure (AMQP/HT...Keith Wall2014-01-121-2/+2
| * QPID-5373: move retrieval of the peer Principal into the connection IO thread...Robert Gemmell2014-01-114-27/+3
| * QPID-5461: downgrade sevrity of IOException log messages. Fix wording of thos...Robert Gemmell2014-01-101-2/+2
| * QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J...Robert Godfrey2014-01-096-0/+607
| * QPID-5458: display the message size, and correlation-id (if there is one)Robert Gemmell2014-01-091-0/+8
| * QPID-5453 : [Java Broker] Fix to ensure that exclusive queues are always unlo...Robert Godfrey2014-01-081-2/+12
| * QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-071-14/+9
| * NO-JIRA: [Java Broker] Update web management console copyright message to ref...Keith Wall2014-01-061-2/+2
| * NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-035-5/+0
| * QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific inter...Robert Godfrey2014-01-033-4/+15
| * QPID-5255: add missing licence header to doc and java files on trunk, for lat...Robert Gemmell2013-12-162-0/+40
| * NO-JIRA: Add missing licences to some Java Broker Management .html files (ide...Keith Wall2013-12-166-0/+98
* | QPID-5413: Fix UpdatableStore row update logic to compare correctly fields of...Alex Rudyy2014-01-212-14/+94
* | NO-JIRA: Merge latest changes back from trunk.Keith Wall2014-01-1434-81/+947
* | QPID-5413: Improve Ha virtual host UIAlex Rudyy2013-12-271-24/+21
* | QPID-5413: Add HA UI to web management consoleAlex Rudyy2013-12-246-187/+381
* | QPID-5412: Implement REST interface for replication nodesAlex Rudyy2013-12-231-0/+2
* | QPID-5410: Refactor BDBMessageStore and HAMessageStore to encapsulate environ...Keith Wall2013-12-103-4/+23
|/
* QPID-5364: [Java Broker Management] Give RestServlet instances different serv...Keith Wall2013-11-212-2/+5