summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-3838 If stric-jms flag is used qpid.subject is prefixed with "JMS_"Rajith Muditha Attapattu2013-05-092-6/+56
| | | | | | | to ensure we are in compliance with the JMS spec. Without this fix we fail the JEE TCK. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4824 : [Java AMQP 1.0] Reduce memory usage of codecRobert Godfrey2013-05-093-68/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4823: add missing entry to AddQueue dialog for setting the ↵Robert Gemmell2013-05-092-1/+11
| | | | | | 'alertThresholdQueueDepthBytes' attribute git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480581 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix harmless but annoying Visual Studio warningAndrew Stitcher2013-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3772: Fix Windows socket optionsAndrew Stitcher2013-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480437 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3189: correct calculated queue depth if enqueue failsGordon Sim2013-05-081-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4821: speed up selector identifier lookupsAndrew Stitcher2013-05-082-44/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480377 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4822: Allow Variant::parse() to produce VAR_UINT64 types.Andrew Stitcher2013-05-082-1/+31
| | | | | | | | - Extend qpid::messaging::Variant string parser to output unsigned 64 bit type where relevant (positive integer larger than signed 64 bits) - Added some unit tests for the qpid::messageing::Variant string parser git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4820: fix incorrect AMQP 0-10 typecodesGordon Sim2013-05-082-3/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480327 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4816 - Handle link attach with a null target.Ted Ross2013-05-081-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480244 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-086-2/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480239 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4819: ensure exclusive lock is released when link is detached (allowing ↵Gordon Sim2013-05-081-0/+1
| | | | | | queue to be deleted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480238 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-084-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480236 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4818: Remove a redundant providerSearchUrl attribute for Simple Ldap ↵Alex Rudyy2013-05-082-12/+5
| | | | | | Authentication Provider git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480218 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4817: add message grouping documentation to Java Broker book,Phil Harvey2013-05-082-15/+167
| | | | | | | and modify Programming in Apache Qpid book to mention that this feature is no longer solely in the C++ broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480196 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3262: Remove support for a very old version of boostJustin Ross2013-05-075-959/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480074 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4808: Augmented documentation of connection options and added ↵Gordon Sim2013-05-071-9/+14
| | | | | | description of the 'protocol' option git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479855 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4747: we no longer need the 'default' column in the authentication ↵Robert Gemmell2013-05-071-8/+3
| | | | | | provider grid as we removed the functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479839 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4752: Move FileGroupProvider resources into correct locationAlex Rudyy2013-05-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479491 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add missing licence headers to various java filesRobert Gemmell2013-05-0519-1/+380
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479398 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4594,QPID-4682: rename BrokerOptions methods for overriding the ↵Robert Gemmell2013-05-056-97/+91
| | | | | | HTTP/JMX/RMI ports in management mode to better match their function git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4815: make BrokerOptions the primary source of the location for the ↵Robert Gemmell2013-05-056-53/+55
| | | | | | logging configuration file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479309 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4814: Fix the rest layer configured object update by name and multiple ↵Alex Rudyy2013-05-042-4/+24
| | | | | | object parents git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4813: Protect operations to update queue and exchange attributes with ACLAlex Rudyy2013-05-0411-4/+643
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4645: make the broker-plugins and bdbstore modules runtime dependencies ↵Robert Gemmell2013-05-041-2/+2
| | | | | | in the broker pom, with only the latter being optional git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: change initial-config.json to using qpid.work_dir and ↵Robert Gemmell2013-05-043-67/+126
| | | | | | | | | qpid.home_dir config variables instead of QPID_WORK and QPID_HOME system properties Enables us to default the former when QPID_WORK is not set and allows the latter to be set on a per-instance basis. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4390: ensure the _messageStore field is populated prior configuring the ↵Robert Gemmell2013-05-041-24/+21
| | | | | | store to ensure it is set before use by the listener during the asynchronous HA store activation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1479172 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA minor documentation updates.Alan Conway2013-05-031-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478943 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Added missing item initialization in the log module.Ted Ross2013-05-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478793 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798: removed non stripped spec files and updated LICENSE file accordinglyRafael H. Schloming2013-05-036-29845/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478738 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798: updated and renamed spec filesRafael H. Schloming2013-05-034-1846/+981
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478736 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4803: Ensure the modelVersion and storeVersion attributes are saved to ↵Alex Rudyy2013-05-039-34/+218
| | | | | | the configuration store and validated at startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478732 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4802: In management mode set state to ERRORED for failing to activate ↵Alex Rudyy2013-05-0319-62/+620
| | | | | | authentication providers, group providers and acl providers in order to allow editing of attributes preventing normal startup git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4809: add support for setting configuration properties through the ↵Robert Gemmell2013-05-0316-48/+230
| | | | | | | | command line and BrokerOptions that can be used by the broker configuration store to resolve variables in the config, use this to supply the default port number values. Povides chance to alter the ports when first starting the broker and using the initial config file to populate the config store. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478696 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4775: Fix core dumps in HA tests introduced in r1478418Alan Conway2013-05-031-2/+1
| | | | | | | | | After this revision several of the tests in ha_tests.py were core dumping with 0 pointers in FieldTable entries in Queue::settings. It's not clear why the core dumps were occuring nor why this patch fixes them. This patch eliminates a call to the QueueSettings copy constructor, so something fishy going is on there. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478632 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798: Fix up c++ code generation to use stripped spec files.Alan Conway2013-05-026-6/+8
| | | | | | | | The stripped specs have no <doc> elements, this was tripping up the code generator. Fixed the generator to process <doc> elements if they are present but to carry on without them if they are not. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478582 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798 : add comments denoting where our xml extends the standard amqp xmlRobert Godfrey2013-05-022-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478552 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Additional DevelopmentTed Ross2013-05-0211-97/+263
| | | | | | | | | | - Added buffer of saved log messages for remote retrieval. - Added __FILE__ and __LINE__ annotations to logs. - Refactored dx_message_check() so it can be called multiple times with different depths. - Separated the buffer-size-specific tests into a separate unit test executable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478538 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798 : use stripped BSD licensed versions of the amqp spec filesRobert Godfrey2013-05-021-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478520 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4810: No TCP if SSL initialisation fails and TCP/SSL mux enabledAndrew Stitcher2013-05-021-34/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478510 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix Windows build moreCharles E. Rolke2013-05-021-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478476 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4792: convert between UUIDs and GUIDs as needed for Microsoft APIsClifford Allan Jansen2013-05-021-13/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478471 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798 : use stripped BSD licensed versions of the amqp spec filesRobert Godfrey2013-05-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478449 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798 : use stripped BSD licensed versions of the amqp spec filesRobert Godfrey2013-05-024-0/+1603
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478444 13f79535-47bb-0310-9956-ffa450edef68
* fixed content of 0-9 stripped to actually be 0-9Rafael H. Schloming2013-05-021-338/+429
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478434 13f79535-47bb-0310-9956-ffa450edef68
* one more ordering tweak for 0-8 and regen of 0-8 using the same scriptRafael H. Schloming2013-05-022-785/+410
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4775: C++ Broker add ACL property checks for delete queue and exchange.Charles E. Rolke2013-05-022-16/+264
| | | | | | | | | 0-18-based patch from Pavel Moravec was adjusted for trunk. Removed size properties from list of queue deletion check parameters. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478418 13f79535-47bb-0310-9956-ffa450edef68
* more order tweaks and removed comment from amqp tagRafael H. Schloming2013-05-021-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-024-44/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478398 13f79535-47bb-0310-9956-ffa450edef68
* more order tweaksRafael H. Schloming2013-05-021-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478397 13f79535-47bb-0310-9956-ffa450edef68