summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5194 : Occaisionally see ERROR (221): Caught Exception: ↵Robert Godfrey2013-09-301-2/+2
| | | | | | java.lang.IllegalArgumentException: timeout value is negative git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527511 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5177 : Set the default and supported outcomes on sending links in the ↵Robert Godfrey2013-09-308-34/+58
| | | | | | amqp 1.0 JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5193: update the source and target values used for javac to 1.6Robert Gemmell2013-09-294-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: commit the protocol and logging files output by running the ↵Robert Gemmell2013-09-29504-0/+67437
| | | | | | updated explicit generation process git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527366 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: update protocol generation templates to remove whitespace errors ↵Robert Gemmell2013-09-2919-262/+199
| | | | | | in and improve readability of generated classes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527357 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: update logmessage template to improve generation notice and ↵Robert Gemmell2013-09-291-9/+6
| | | | | | remove whitespace errors from generated files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192, QPID-5048: update the maven build in line with previous QPID-5192 ↵Robert Gemmell2013-09-293-108/+99
| | | | | | | | | commit, generate into the src tree but only when -Dgenerate=true is used Moves the JavaCC invocation in common and the antrun-plugin invocation in broker-core to their own profile so they dont run unless requested. The antrun-plugin in common to be similarly moved when other changes to what its doing later become possible. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: make the protocol and logging source generation explicitly ↵Robert Gemmell2013-09-293-31/+27
| | | | | | triggered by setting -Dgenerate=true. Generate the files directly into the src dir so as to overwrite the previous versions upon request. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527353 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5192: remove erroneous template, it causes creation of a junk file ↵Robert Gemmell2013-09-291-37/+0
| | | | | | simply called "null" which wouldnt compile if it were ever tried git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527352 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5158: remove old/duplicate create-version target, fix version.file ↵Robert Gemmell2013-09-294-24/+4
| | | | | | property location git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527351 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the ↵Robert Godfrey2013-09-293-1/+24
| | | | | | socket is remotely closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527319 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Show and save cmake command lineCharles E. Rolke2013-09-271-8/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527082 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5186: Fixed the Dispatch doc directory.Darryl L. Pierce2013-09-271-1/+2
| | | | | | | Previously docs were installing to the share directory, not the doc directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527060 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5185 - Updated the default config location.Ted Ross2013-09-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527031 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5188: Discover path to qpid sources and don't use hard coded 'qpid'.Charles E. Rolke2013-09-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527028 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5185: Install qpid-dispatch.conf to /etc/qpidDarryl L. Pierce2013-09-272-1/+2
| | | | | | | Now the file is installed to the same location as other Qpid configuration files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5186: Added a changelog entry.Darryl L. Pierce2013-09-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1527017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5186: Install Dispatch documentation files.Darryl L. Pierce2013-09-271-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5045 - Added connection-resident shared state for links to associate ↵Ted Ross2013-09-278-6/+115
| | | | | | links on a connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526988 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5187: Properly distribute ampqc.dll and amqpcd.dll in WinSDKCharles E. Rolke2013-09-271-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526984 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5184 : Setting message expiration to 0 should lead to the header ↵Robert Godfrey2013-09-272-17/+94
| | | | | | property being unset - not being set as the empty string git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526904 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5183 Python client does not release acquired messages on consumer close ↵Pavel Moravec2013-09-271-0/+14
| | | | | | when session persists git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526901 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Fixed three aliasing issues that broke a "Release" build.Ted Ross2013-09-272-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526892 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5127 : ClassCastException on message conversion to 1-0Robert Godfrey2013-09-272-4/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5182 : The details of custom error-conditions are not being preserved ↵Robert Godfrey2013-09-272-1/+60
| | | | | | up to the Error object git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5159: add management/common to the broker module.depends to ensure its ↵Robert Gemmell2013-09-271-1/+1
| | | | | | inclusion in the broker release binary git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526843 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA Fix typo in qpid-cluster-benchmark.Alan Conway2013-09-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526725 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5173Ted Ross2013-09-2625-1822/+2421
| | | | | | | | | | | | | QPID-5045 QPID-5181 - Major refactor of the routing data structure in preparation for multi-router operation. - Fixed the CMake bug in QPID-5173 - Added Dynamic assignment of routable addresses for outbound links (QPID-5181) - Changed the indentation of the Python code from 2 spaces to 4 spaces. - Reduced the default log level to make the console less chatty. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526694 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5178 : Flow detail from Rejected outcome though to ↵Robert Godfrey2013-09-262-4/+23
| | | | | | MessageRejectedException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5169: CRAM-MD5, not CRAM-MD; a patch from Ernie AllenJustin Ross2013-09-2615-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526637 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5177 : Add support for default outcome, and assume default outcome is ↵Robert Godfrey2013-09-261-3/+37
| | | | | | ACCEPTED if there are no supported outcomes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4901 : Queue Browser hangs on reaching end of queue Robert Godfrey2013-09-265-7/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5615 : No mapping from JMS JMSXGroupID property to AMQP message group-id Robert Godfrey2013-09-261-31/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Respect user preference setting for update periodAlex Rudyy2013-09-261-7/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526424 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Use timezones from Broker JVMAlex Rudyy2013-09-256-47/+206
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526318 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5113 : JMS Client - JMS Connection exception listener is not notified ↵Robert Godfrey2013-09-255-6/+121
| | | | | | when AMQ broker is killed (patch from Michael Samson) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526207 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-258-2913/+2913
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526202 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5172 : Thread safety issue in StringTypeConstructor.construct and ↵Robert Godfrey2013-09-252-62/+9
| | | | | | SymbolTypeConstructor.construct (patch from dingham@microsoft.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5167 : Allow sync_publish flag to be controlled from the ↵Robert Godfrey2013-09-253-1/+29
| | | | | | ConnectionFactory connection string (patch from dingham@microsoft.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526195 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-2554-7988/+7988
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526190 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5138: Convert the time displayed in log viewer, message viewer, etc ↵Alex Rudyy2013-09-258-124/+463
| | | | | | into user prefered timezone git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526182 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5166 : Lazily create dispatcher thread in JMS Session implementation ↵Robert Godfrey2013-09-251-2/+6
| | | | | | (patch from dingham@microsoft.com) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5156: export broker symbol now used in amqp moduleGordon Sim2013-09-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526176 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5156: prevent tests for assert functionality with swigged client ↵Gordon Sim2013-09-251-0/+13
| | | | | | failing on RHEL5 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526166 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5150: further fixes for QMFv2 over AMQP 1.0; use content from converted ↵Gordon Sim2013-09-251-9/+11
| | | | | | 0-10 transfer rather than message as received git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526156 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4604: C++ Broker queue creation limit bugfix - patch from Ernie AllenCharles E. Rolke2013-09-241-2/+3
| | | | | | | | Don't count a queue creation against a queue that already exists. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525980 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5142: require swig client to be explicitly selected for testsGordon Sim2013-09-242-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525969 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5155: Install proton library when included in windows buildCharles E. Rolke2013-09-241-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525952 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5170: if peer settles without setting state, treat as acceptGordon Sim2013-09-241-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525941 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5168: less restrictive treatment of reply to addressesGordon Sim2013-09-241-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525878 13f79535-47bb-0310-9956-ffa450edef68