summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Creating a branch for experimenting with some ideas for JMS client.rajith_jms_clientRajith Muditha Attapattu2011-05-274977-15320/+15441
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/rajith_jms_client@1128369 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Corrected location of some tracingAndrew Stitcher2011-05-261-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128070 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Windows: set up name to connect to before connecting (as unix code)Andrew Stitcher2011-05-261-0/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128069 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3282: Potential bug in circular connection detection:Andrew Stitcher2011-05-264-7/+28
| | | | | | | | | | | | | | - make sure that we compare numeric addresses of both local and remote ends of the connection (previously the remote end could be an unresolved hostname) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128068 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Add cached localname as well as peername to SocketAndrew Stitcher2011-05-263-15/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128067 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Small improvements to Socket codeAndrew Stitcher2011-05-261-9/+5
| | | | | | | | | | | | | | - Rewrite SocketAddress::operator= in terms of copy constructor - Improve error diagnostic git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128066 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Remove a lot of redundant stuff from the Socket codeAndrew Stitcher2011-05-269-173/+13
| | | | | | | | | | | | - Removal of unused code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128065 13f79535-47bb-0310-9956-ffa450edef68
| * Refactor socket connect calls to take a string portAndrew Stitcher2011-05-2626-72/+76
| | | | | | | | | | | | This is used used to implement unix domain sockets - QPID-3281 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128064 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3218: abandon any linking/unlinking if session has been detachedGordon Sim2011-05-261-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1128002 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3252Charles E. Rolke2011-05-261-1/+3
| | | | | | | | | | | | | | | | Touch up a compile failure when assert() compiles to nothing, leaving an "unused" variable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1127947 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3277: AMQCallbackHandler improvements. Refactor AMQCallbackHandler to ↵Robert Gemmell2011-05-269-71/+230
| | | | | | | | | | | | | | | | accept ConnectionURL in place of AMQProtocolSession (improved information hiding, ease ability to write good unit tests). Remove unused protected constructor from AMQConnection and MockAMQConnection. Applied patch from Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1127939 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3278: pass container for expired messages by referenceGordon Sim2011-05-262-2/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1127901 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA - Makefile cleanup for wrapped bindingsTed Ross2011-05-257-9/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1127542 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3268: correct connection option syntax in usage statementGordon Sim2011-05-202-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1125295 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2905 - Code modifications to enable Windows builds with the mingw32 ↵Ted Ross2011-05-1814-26/+112
| | | | | | | | | | | | compiler. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1104662 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3186 - Two missing files from the previous commitTed Ross2011-05-182-0/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1104639 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2905 - Misc. code cleanup to allow compilation on a wider set of compilers.Ted Ross2011-05-178-18/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1104560 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3186 - Import Export generalization to support a larger set of ↵Ted Ross2011-05-17103-276/+383
| | | | | | | | | | | | compilers and run time environments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1104559 13f79535-47bb-0310-9956-ffa450edef68
| * Remove support for archaic Boost version 1_32 ( 103200 ).Michael Goulish2011-05-173-431/+0
| | | | | | | | | | | | | | ( As promised, long ago. ) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1104291 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3261: decrease severity / improve clarity of log messages.Robert Gemmell2011-05-163-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103899 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA - Fixed another problem in the help text.Ted Ross2011-05-161-5/+5
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103897 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3254Rajith Muditha Attapattu2011-05-161-2/+2
| | | | | | | | | | | | | | | | | | The default for routing key should be based on the context. i.e for sending it should be "" and for receiving it should be "#". However we currently don't have a way of handling this properly. Therefore defaulting it to "". git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103884 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3220: Specifying connection url option failover='singlebroker' causes ↵Robert Gemmell2011-05-163-6/+343
| | | | | | | | | | | | | | | | | | the wrong failover policy to be used. Wrote new unit test case and resolved the defect. Applied patch from Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103857 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3260: remove defunct java/management/tools/qpid-cli moduleRobert Gemmell2011-05-1667-6505/+39
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103727 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3260: remove defunct java/managemnt/console moduleRobert Gemmell2011-05-1624-3935/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103726 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3260: remove defunct java/management/agent moduleRobert Gemmell2011-05-1632-3890/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103725 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3260: remove defunct java/management/client moduleRobert Gemmell2011-05-16295-41823/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103724 13f79535-47bb-0310-9956-ffa450edef68
| * Predefine QMFE_EXTERN so it doesn't show up in generated output; resolves ↵Stephen D. Huston2011-05-142-2/+2
| | | | | | | | | | | | QPID-3258 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103089 13f79535-47bb-0310-9956-ffa450edef68
| * Merge in version updates; WCF files move from 0.10. NO-JIRAStephen D. Huston2011-05-142-10/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103087 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: fix producer flow control example in the documentation.Kenneth Anthony Giusti2011-05-131-3/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1102758 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3249: Remove incomplete support for authentication at virtualhost level.Robert Gemmell2011-05-127-72/+264
| | | | | | | | | | | | Applied patch from Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1102258 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3254Rajith Muditha Attapattu2011-05-111-4/+44
| | | | | | | | | | | | | | Added test cases for creating durable subscriptions for various address strings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1102103 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3254Rajith Muditha Attapattu2011-05-111-0/+5
| | | | | | | | | | | | | | | | Added a check to ensure that durable subscriptions are only created for Topics. Added code to mark a destination durable. If the addressing string explicitly specified durable==false, it will be overriden. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1102102 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3254Rajith Muditha Attapattu2011-05-113-15/+46
| | | | | | | | | | | | | | | | | | Added logic to resolve the address to ensure corner cases such addresses without subjects are handled properly. The address resolotuion code will determine the defaults for subject (and routing key) by querying the name specified in the address. I also added null checks for getRoutingKey() method and getTopicName() method in both AMQTopic and AMQAnyDestination classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1102002 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3252: flush msgs when sync requested.Kenneth Anthony Giusti2011-05-112-12/+68
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101864 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3207Rajith Muditha Attapattu2011-05-111-1/+1
| | | | | | | | | | | | | | | | Rolling back the change until we fix the deadlock issue identified in QPID-3216 Also investigate the other test failure to see if there are any other issues besides the deadlock problem. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101861 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2759: Remove defunct jmxremote.access file user management rights ↵Robert Gemmell2011-05-1015-604/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | manipulation abilities. 1) Removed remaining jmx access functionality. 2) Removed references to security/jmx/access from all existing configuration files. 3) Made ServerConfiguration#validateConfiguration reject config files that still contain the security/jmx/access element in order to promote good end-user understanding of configuration. For JMX: 1) setRights now throws UnsupportedOperationException with message. 2) createUser(string,string,bool,bool,bool) throws UnsupportedOperationException iff any of the bool args are true i.e. the user attempts to give a user access JMX rights 3) Deprecated createUser(string,string,bool,bool,bool) in favour of new two arg form createUser(string,string) 4) viewUsers changes to always return admin, read, and write items as false. Applied patch from Keith Wall <keith.wall@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101483 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+6
| | | | | | | | | | | | | | | | - Make clang use slow mutex protected AtomicValue This is the simplest solution to clang not supporting 64 bit atomic builtins. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101185 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+6
| | | | | | | | | | | | | | - Avoid pointer alignment conversion error by using union instead git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101184 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-093-6/+19
| | | | | | | | | | | | | | - Add new template function for FieldValue::getIntegerValue() to avoid compile error when extracting into 1 byte ints. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101183 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-095-4/+9
| | | | | | | | | | | | - Finish getting boost::intrusive_ptr working (may be compiler bug) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101181 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-3/+3
| | | | | | | | | | | | | | - Explicitly specify parent method as clang didn't find it [is this a clang++ 2.9 bug?] git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101180 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-094-14/+1
| | | | | | | | | | | | - Removed unused code causing warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101179 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-099-13/+14
| | | | | | | | | | | | | | - Change class/struct declarations to be consistent with the definition to avoid warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101178 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
| | | | | | | | | | | | - Remove illegal mutable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101177 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3004: Get Clang to compile qpid c++Andrew Stitcher2011-05-091-1/+1
| | | | | | | | | | | | - Fixed constness when getting message property git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1101176 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: add settings file to allow specifying qpid specific settings, allow ↵Robert Gemmell2011-05-093-5/+12
| | | | | | | | | | | | configuring 'remote' repo location, tidy up some use of literal values git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1100952 13f79535-47bb-0310-9956-ffa450edef68
| * Added Windows high-res timer output. Resolves QPID-3236Stephen D. Huston2011-05-071-6/+29
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1100638 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3244: unit test for the fix.Kenneth Anthony Giusti2011-05-052-0/+90
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1099979 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-3243: unit test to verify fix.Kenneth Anthony Giusti2011-05-052-27/+96
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1099957 13f79535-47bb-0310-9956-ffa450edef68