summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move qpid to tlpqpid.0-9.pre-backmerge-javaJoe Schaefer2008-12-120-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/tags/qpid.0-9.pre-backmerge-java@726140 13f79535-47bb-0310-9956-ffa450edef68
* Snapshot prior to starting java backmerge from trunkKim van der Riet2007-01-310-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/qpid.0-9.pre-backmerge-java@501854 13f79535-47bb-0310-9956-ffa450edef68
* uncommented mandatory routing checkRafael H. Schloming2007-01-311-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501850 13f79535-47bb-0310-9956-ffa450edef68
* * cpp/lib/broker/Broker.cpp: Defer creation of acceptor till needed soAlan Conway2007-01-307-45/+55
| | | | | | | | | | InProcessBroker will not listen on any port. * cpp/lib/broker/BrokerAdapter,Connection.cpp,.h: Encapsulate public data members. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501638 13f79535-47bb-0310-9956-ffa450edef68
* updated python spec parse to load from multiple files, changed default specs ↵Rafael H. Schloming2007-01-303-40/+57
| | | | | | to include errata git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501586 13f79535-47bb-0310-9956-ffa450edef68
* Fixed TransactedTest and a bug in the rollback handling in the clientKim van der Riet2007-01-302-15/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501577 13f79535-47bb-0310-9956-ffa450edef68
* reenabled mandatory testsRafael H. Schloming2007-01-302-13/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501559 13f79535-47bb-0310-9956-ffa450edef68
* made multiple acknowledgement workRafael H. Schloming2007-01-301-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501551 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorsRafael H. Schloming2007-01-304-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501550 13f79535-47bb-0310-9956-ffa450edef68
* Andrew Stitcher <astitcher@redhat.com>Alan Conway2007-01-3020-84/+661
| | | | | | | | | | | | | | | | | | | | | | | | | | r723@fuschia: andrew | 2007-01-12 00:35:16 +0000 Branch for my work on Qpid.0-9 r724@fuschia: andrew | 2007-01-12 00:59:28 +0000 Added in empty implementation of handler class for protocol Message class r768@fuschia: andrew | 2007-01-17 01:25:16 +0000 * Added Test for new MessageHandlerImpl (but no actual tests yet) * Filled in lots of the blanks in the MessageHandlerImpl with code stolen from the BasicHandlerImpl r800@fuschia: andrew | 2007-01-17 17:34:13 +0000 Updated to latest upstream changes r840@fuschia: andrew | 2007-01-19 00:31:59 +0000 Fixed merge errors r841@fuschia: andrew | 2007-01-19 00:47:29 +0000 Another merge problem fixed r878@fuschia: andrew | 2007-01-24 11:27:48 +0000 Started work on the Message class handler implementation r976@fuschia: andrew | 2007-01-30 17:05:05 +0000 Working again after broker Message refactor r980@fuschia: andrew | 2007-01-30 18:39:18 +0000 Fix for extra parameter to transfer git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501534 13f79535-47bb-0310-9956-ffa450edef68
* * client/* framing/*: fixed client-side request ID processing.Alan Conway2007-01-3011-96/+307
| | | | | | | | | | | | | | * cpp/tests/InProcessBroker.h: For tests: connect to an in-process broker directly, bypass the network. Keeps log of client/broker conversation for verification in test code. * cpp/tests/FramingTest.cpp (testRequestResponseRoundtrip): Client/broker round-trip test for request/reponse IDs and response mark. * APRAcceptor.cpp (APRAcceptor): fixed valgrind uninitialized error. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501502 13f79535-47bb-0310-9956-ffa450edef68
* Small codegen code tidy-upKim van der Riet2007-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501470 13f79535-47bb-0310-9956-ffa450edef68
* Separated the errata in the XML spec file and put them into a file ↵Kim van der Riet2007-01-309-15/+57
| | | | | | amqp-errara.0-9.xml. Added this file to the codegen. Fixed minor codegen bug in which fields in merged classes have repeating ordinal numbers. Added missing mandatory field to Message.Transger in the new errata file. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501456 13f79535-47bb-0310-9956-ffa450edef68
* Fixed another broken test.Rafael H. Schloming2007-01-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501170 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a broken test case.Rafael H. Schloming2007-01-291-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501145 13f79535-47bb-0310-9956-ffa450edef68
* Moved across fixes from trunk for handling exclusive consumers and no_local ↵Gordon Sim2007-01-296-18/+65
| | | | | | | | | | | consumption. Fixed close process in AMQChannel (remove channel from map only after consumer cancellations have been processed). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501144 13f79535-47bb-0310-9956-ffa450edef68
* Added test suite for the message class.Gordon Sim2007-01-292-0/+404
| | | | | | | | Updated list of failing tests for java broker on this branch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501143 13f79535-47bb-0310-9956-ffa450edef68
* filled in a bunch of stubs in AMQMessage and made AMQMessage.getContents() ↵Rafael H. Schloming2007-01-293-11/+39
| | | | | | return duplicate ByteBuffers git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501099 13f79535-47bb-0310-9956-ffa450edef68
* * Added ClientAdapter - client side ChannelAdapter. Updated client side.Alan Conway2007-01-2945-901/+1133
| | | | | | | | | | | | | | | | * Moved ChannelAdapter initialization from ctor to init(), updated broker side. * Improved various exception messages with boost::format messages. * Removed unnecssary virtual inheritance. * Widespread: fixed incorrect non-const ProtocolVersion& parameters. * Client API: pass channels by reference, not pointer. * codegen: - MethodBodyClass.h.templ: Added CLASS_ID, METHOD_ID and isA() template. - Various: fixed non-const ProtocolVersion& parameters. * cpp/bootstrap: Allow config arguments with -build. * cpp/gen/Makefile.am: Merged codegen fixes from trunk. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501087 13f79535-47bb-0310-9956-ffa450edef68
* Updated list of tests that fail with java broker on this branch.Gordon Sim2007-01-291-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501082 13f79535-47bb-0310-9956-ffa450edef68
* Moved across auto deletion functionailty for exclusive, non-durable queues ↵Gordon Sim2007-01-295-6/+102
| | | | | | (aka private queues). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501081 13f79535-47bb-0310-9956-ffa450edef68
* Pass in application headers directlyGordon Sim2007-01-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501025 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to tests.Gordon Sim2007-01-292-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501022 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the python queue tests to work.Gordon Sim2007-01-2915-42/+246
| | | | | | | | (NB: currently, auto-delete is not in so tests that re-use the same exclusive queue conflict with each other) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501021 13f79535-47bb-0310-9956-ffa450edef68
* Updates to use message class in place of basic.Gordon Sim2007-01-2611-151/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@500305 13f79535-47bb-0310-9956-ffa450edef68
* Updated broker for issues highlighted by python tests. (e.g. fanout ↵Gordon Sim2007-01-2615-21/+340
| | | | | | exchange, default exchange rules etc) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@500303 13f79535-47bb-0310-9956-ffa450edef68
* Modified the protocol session to create channel zero by default. Updated the ↵Rafael H. Schloming2007-01-262-9/+10
| | | | | | AMQProtocolSessionMBeanTest accordingly git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@500282 13f79535-47bb-0310-9956-ffa450edef68
* Change to TransactedTest which privents the intermittent error ↵Kim van der Riet2007-01-261-1/+2
| | | | | | junit.framework.ComparisonFailure: expected:<B> but was:<C> (or similar) from occurring on either the commit or rollback portion of the test. The error occurs when the test consumer testConsumer1 bind frames arrive at the server before the message bodies with A,B,C and cause queue 1 to start a round-robin distribution for these messages when they finally do arrive. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@500263 13f79535-47bb-0310-9956-ffa450edef68
* Added mechanism to track connection ids for logging and debugging purposes. ↵Kim van der Riet2007-01-259-31/+77
| | | | | | Changed format of log/debug messages for RequestManager and ResponseManager. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499968 13f79535-47bb-0310-9956-ffa450edef68
* updated to use session's new close methodRafael H. Schloming2007-01-251-19/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499929 13f79535-47bb-0310-9956-ffa450edef68
* removed XXX exceptionRafael H. Schloming2007-01-251-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499928 13f79535-47bb-0310-9956-ffa450edef68
* updated assertion message to match testRafael H. Schloming2007-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499927 13f79535-47bb-0310-9956-ffa450edef68
* updated test to match renamed exceptionRafael H. Schloming2007-01-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499925 13f79535-47bb-0310-9956-ffa450edef68
* Improved channel/connection exception handling.Gordon Sim2007-01-255-11/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499880 13f79535-47bb-0310-9956-ffa450edef68
* This contain fixes for compilation errors in the systests packageRajith Muditha Attapattu2007-01-248-103/+273
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499612 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TextMessageTest failureKim van der Riet2007-01-241-7/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499571 13f79535-47bb-0310-9956-ffa450edef68
* Filled in MessageRecoverHandler.Rafael H. Schloming2007-01-241-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499551 13f79535-47bb-0310-9956-ffa450edef68
* Content.writePayload now handles a null byte bufferRafael H. Schloming2007-01-241-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499550 13f79535-47bb-0310-9956-ffa450edef68
* fixed NPE in AMQMessage, _taken was not being initialized from some ↵Rafael H. Schloming2007-01-241-2/+1
| | | | | | constructors, now it is initialized on declaration git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499549 13f79535-47bb-0310-9956-ffa450edef68
* Fixed problem with missing type field in Message.transport. Used JMSHeaders ↵Kim van der Riet2007-01-245-61/+82
| | | | | | instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499525 13f79535-47bb-0310-9956-ffa450edef68
* use same name for pid file as start_brokerGordon Sim2007-01-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499353 13f79535-47bb-0310-9956-ffa450edef68
* Don't close channel on connection (resulting in BrokerAdapter being deleted) ↵Gordon Sim2007-01-241-1/+1
| | | | | | until close request has been successfully sent. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499332 13f79535-47bb-0310-9956-ffa450edef68
* fixed headers exchange, filled in more stubsRafael H. Schloming2007-01-233-10/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499163 13f79535-47bb-0310-9956-ffa450edef68
* added missing ByteBuffer.duplicate()Rafael H. Schloming2007-01-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499134 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorRafael H. Schloming2007-01-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499133 13f79535-47bb-0310-9956-ffa450edef68
* removed leftover printlnsRafael H. Schloming2007-01-231-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499123 13f79535-47bb-0310-9956-ffa450edef68
* removed XXX from resend, centralized message deliver, cleaned up exception ↵Rafael H. Schloming2007-01-2310-186/+215
| | | | | | handling, added per channel max frame size git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499121 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in generated MethodBody toString() expressions for longstr types ↵Kim van der Riet2007-01-231-1/+2
| | | | | | in which a null value resulted in an NPE. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499046 13f79535-47bb-0310-9956-ffa450edef68
* Modified Content to make get methods to be non-consuming through use of ↵Kim van der Riet2007-01-237-34/+46
| | | | | | light-weight copys. Shortened name of Content type enum. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@499030 13f79535-47bb-0310-9956-ffa450edef68
* Synchronized the toString method in the Content classRajith Muditha Attapattu2007-01-223-3/+30
| | | | | | | | Removed commented code from the BasicMessageProducer git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@498804 13f79535-47bb-0310-9956-ffa450edef68