summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* Use amq.direct for control queue in topic test.Gordon Sim2008-05-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653251 13f79535-47bb-0310-9956-ffa450edef68
* Extra log ouput for queue policy.Gordon Sim2008-05-042-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653249 13f79535-47bb-0310-9956-ffa450edef68
* Fix error handling for connection close during startup.Gordon Sim2008-05-042-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@653248 13f79535-47bb-0310-9956-ffa450edef68
* Use no-ack in bridging as it is currently an exclusive, temp queueGordon Sim2008-05-021-2/+2
| | | | | | | (will eventually be configurable) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652829 13f79535-47bb-0310-9956-ffa450edef68
* Use BOOST_CHECK_EQUAL in place of BOOST_REQUIRE_EQUAL (compatible with older ↵Gordon Sim2008-05-021-1/+1
| | | | | | boost) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652799 13f79535-47bb-0310-9956-ffa450edef68
* QPID-980: Patch from Danushka Menikkumbura revising installation notes.Gordon Sim2008-05-021-21/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652783 13f79535-47bb-0310-9956-ffa450edef68
* QPID-986: Patch from Danushka Menikkumbura.Gordon Sim2008-05-021-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652779 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1003: added excludes for framework test classesRafael H. Schloming2008-05-012-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652705 13f79535-47bb-0310-9956-ffa450edef68
* Boost's string split function causes problems on older versions of the ↵Gordon Sim2008-05-017-8/+178
| | | | | | library. Replaced with homegrown equivalent. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652689 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1002: applied patch from Senaka to make systests run using normal junit ↵Rafael H. Schloming2008-05-012-2/+10
| | | | | | testrunner git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652680 13f79535-47bb-0310-9956-ffa450edef68
* QPID-993: added an osgi manifest to broker-plugins jarRafael H. Schloming2008-05-015-16/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-987: reduced message count in DupsOKTestRafael H. Schloming2008-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652670 13f79535-47bb-0310-9956-ffa450edef68
* Turn auth back on by default for c++ broker (only if SASL libs are available)Gordon Sim2008-05-012-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-989: fix decode of zero sized mapGordon Sim2008-05-012-14/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-965: added an option to turn on deprecation during compileRafael H. Schloming2008-05-011-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652548 13f79535-47bb-0310-9956-ffa450edef68
* applying Ted Ross's patch to handle unicode encoding and management message ↵Nuno Santos2008-05-011-25/+26
| | | | | | ordering issues git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652535 13f79535-47bb-0310-9956-ffa450edef68
* Remove preview tests (no longer required)Gordon Sim2008-05-0113-3190/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-966: applied patch from rajith; altered to use uuid as session name; ↵Gordon Sim2008-05-0126-235/+265
| | | | | | | | | | updated verify scripts for automated testing; re-enabled automated testing in c++ build git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652469 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup: Re-enable tests that now pass; delete unused templates directory.Gordon Sim2008-05-0112-1387/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652451 13f79535-47bb-0310-9956-ffa450edef68
* Added the following tests to 0-10 exclude lists as these tests are for the ↵Rajith Muditha Attapattu2008-05-012-1/+8
| | | | | | | | | | | | | | java broker. However when the java broker gets to 0-10 we should also have exclude lists per broker as well. For the time being this is fine. org.apache.qpid.server.security.acl.SimpleACLTest org.apache.qpid.server.plugins.PluginTest git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652411 13f79535-47bb-0310-9956-ffa450edef68
* This commit is for QPID-992 and QPID-993Rajith Muditha Attapattu2008-05-016-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build.xml ========== I added the broker-plugins as a module to the ant build system. This was nessacery to get the plugins jar generated for QPID-993. In general when we add extra exchanges as plugins we want release this as a separate jar common.xml ========== Added a property build.plugins. This is used to create the plugins dir that is used for PluginTest noted in QPID-993. module.xml ========== Creats the folder identified by build.plugins copys the plugins jar to the above folder before the tests are run Added the following system properties when running tests "example.plugin.target" to build.plugins - required for QPID-993 "QPID_EXAMPLE_HOME" and "QPID_HOME" is to project.root/broker to pick up the config files in etc - required for QPID-992. build.deps ========== added common libs and felix libs for the broker-plugins module. This is for QPID-993 acl.config.xml ============== Added TempQueue as a routing key allowed for publish to amq.direct for user "server" This was done for QPID-992 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-988 and QPID-989: fixes to framing for final 0-10 specGordon Sim2008-04-308-24/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652386 13f79535-47bb-0310-9956-ffa450edef68
* More RDMA Work in ProgressAndrew Stitcher2008-04-294-147/+66
| | | | | | | | | | Changes to client buffering Buffering improvement to server Removed unused state machine from RdmaIO code Move the write throttling due to limited write buffers into the RdmaIO code git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-983: fixed deadlock between AMQConnection.close and FailoverHandlerRafael H. Schloming2008-04-291-37/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652173 13f79535-47bb-0310-9956-ffa450edef68
* QPID-984: override MINA's IoServiceListenerSupport class in order to fix ↵Rafael H. Schloming2008-04-291-0/+351
| | | | | | infinite loop git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652170 13f79535-47bb-0310-9956-ffa450edef68
* Removed some unnecessary #includesAndrew Stitcher2008-04-292-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652120 13f79535-47bb-0310-9956-ffa450edef68
* QPID-981: allow id and exclude list to be passed through when creating a ↵Gordon Sim2008-04-291-5/+14
| | | | | | bridge with qpid-route git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652114 13f79535-47bb-0310-9956-ffa450edef68
* QPID-979: added backwards compatible uuid to qpid.datatypesRafael H. Schloming2008-04-292-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652086 13f79535-47bb-0310-9956-ffa450edef68
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-2932-270/+574
| | | | | | | | QPID-544: tidy up configuration (ensuring desired settings are used correctly, allowing tcp socket options to be set etc) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652083 13f79535-47bb-0310-9956-ffa450edef68
* QPID-981: management schema change missed from previous commitGordon Sim2008-04-291-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652076 13f79535-47bb-0310-9956-ffa450edef68
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from ↵Gordon Sim2008-04-296-8/+178
| | | | | | | | | tross@redhat.com) QPID-981: added custom options to queue declare to tag each message as it goes through a bridge queue and allow loop prevention through specifying exclusions git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652075 13f79535-47bb-0310-9956-ffa450edef68
* Work In Progress:Andrew Stitcher2008-04-2810-1/+1543
| | | | | | | | | Added initial rdma code including test server and client Turn off rdma support by default but autoconf should now detect whether necessary rdma/ibverbs libs and headers are present git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652053 13f79535-47bb-0310-9956-ffa450edef68
* QPID-971 - Senaka Fernando, I also edited the README in a few places.Carl C. Trieloff2008-04-282-0/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652041 13f79535-47bb-0310-9956-ffa450edef68
* QPID-918 patch from SenakaCarl C. Trieloff2008-04-282-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652037 13f79535-47bb-0310-9956-ffa450edef68
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-275-25/+586
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651997 13f79535-47bb-0310-9956-ffa450edef68
* Fixed caught exception type in recoveryGordon Sim2008-04-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651531 13f79535-47bb-0310-9956-ffa450edef68
* Fix building examples when using a VPATH buildAndrew Stitcher2008-04-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651474 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832: fixed merge artifact affecting replyToRafael H. Schloming2008-04-241-13/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651431 13f79535-47bb-0310-9956-ffa450edef68
* QPID-958 by Danushka Menikkumbura Carl C. Trieloff2008-04-242-284/+329
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651425 13f79535-47bb-0310-9956-ffa450edef68
* Generate c++ code from final 0-10 specGordon Sim2008-04-2489-3884/+1793
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651423 13f79535-47bb-0310-9956-ffa450edef68
* Correct expected error codes for final 0-10 specGordon Sim2008-04-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651421 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832 : Fix CRLF line endingsRobert Godfrey2008-04-2410-1461/+1461
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651375 13f79535-47bb-0310-9956-ffa450edef68
* add include for list, for gcc4.3Nuno Santos2008-04-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651346 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832 : Fix eol-styleRobert Godfrey2008-04-24166-32444/+32444
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651325 13f79535-47bb-0310-9956-ffa450edef68
* Edits to doxygen comments for user documentation.Alan Conway2008-04-2424-137/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832 make systests runAidan Skinner2008-04-242-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-953 from trossCarl C. Trieloff2008-04-247-18/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651290 13f79535-47bb-0310-9956-ffa450edef68
* emacs/qpid-c++-mode.el: qpid-c++-mode for Emacs.Alan Conway2008-04-241-0/+226
| | | | | | | | qpid-style indentation plus some useful commands for inserting copyrights etc. Feel free to improve it, there's lots of room. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651287 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832: fixed DerbyMessageStore to compile on Java 1.5 (hopefully)Rafael H. Schloming2008-04-241-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651276 13f79535-47bb-0310-9956-ffa450edef68
* QPID-832 update pom versionAidan Skinner2008-04-246-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651211 13f79535-47bb-0310-9956-ffa450edef68