Author: rajith
Date: Tue May 18 23:05:36 2010
New Revision: 945945
URL: http://svn.apache.org/viewvc?rev=945945&view=rev
Log:
Implemented the feature described in QPID-2515
However a few issues needs to be ironed out - see the JIRA for these issues.
Modified:
qpid/trunk/qpid/java/client/src/
Author: astitcher
Date: Tue May 18 21:41:25 2010
New Revision: 945904
URL: http://svn.apache.org/viewvc?rev=945904&view=rev
Log:
Fix RDMA for upstream changes which now require notification on shutdown
differently from before
Modified:
qpid/trunk/qpid/cpp/src/qpid/client/RdmaConnector.cpp
Author: astitcher
Date: Tue May 18 21:33:15 2010
New Revision: 945899
URL: http://svn.apache.org/viewvc?rev=945899&view=rev
Log:
Fix the behaviour of the EpollPoller when shutdowns and interrupts interact
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/epoll/EpollPoller.cpp
qpid/trunk/qpid/cpp
Author: jonathan
Date: Tue May 18 20:34:51 2010
New Revision: 945872
URL: http://svn.apache.org/viewvc?rev=945872&view=rev
Log:
Added section on security.
Modified:
qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
Modified: qpid/trunk/qpid/doc/book/src/Programming-In-Apache-Qpid.x
Author: kgiusti
Date: Tue May 18 20:34:34 2010
New Revision: 945871
URL: http://svn.apache.org/viewvc?rev=945871&view=rev
Log:
QMF: allow consoles to filter agent heartbeats based on agent identification.
Modified:
qpid/trunk/qpid/cpp/src/qpid/agent/ManagementAgentImpl.cpp
qpid/trunk/qpid
Author: rhs
Date: Tue May 18 19:31:50 2010
New Revision: 945839
URL: http://svn.apache.org/viewvc?rev=945839&view=rev
Log:
removed external spec dependency
Added:
qpid/trunk/qpid/ruby/lib/qpid/specs/
qpid/trunk/qpid/ruby/lib/qpid/specs/amqp.0-10-qpid-errata.xml
- copied unchanged fr
Author: tross
Date: Tue May 18 19:16:28 2010
New Revision: 945833
URL: http://svn.apache.org/viewvc?rev=945833&view=rev
Log:
If a data update arrives with partial data, don't set the missing data to None,
leave it absent.
Modified:
qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py
Modified:
Author: aconway
Date: Tue May 18 18:47:25 2010
New Revision: 945813
URL: http://svn.apache.org/viewvc?rev=945813&view=rev
Log:
Added locking to make amqp_0_10::SenderImpl thread safe.
Modified:
qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/SenderImpl.cpp
qpid/trunk/qpid/cpp/src/qpid/client
Author: rajith
Date: Tue May 18 17:53:02 2010
New Revision: 945789
URL: http://svn.apache.org/viewvc?rev=945789&view=rev
Log:
Modified the test slightly to make it work against the 0-10 code path.
Verified that it works against the C++ broker and the Java broker (both 0-8 and
0-10 codepaths).
Mo
Author: gsim
Date: Tue May 18 17:26:58 2010
New Revision: 945778
URL: http://svn.apache.org/viewvc?rev=945778&view=rev
Log:
QPID-2612: Fix to windows build from Chuck Rolke
Modified:
qpid/trunk/qpid/cpp/include/qpid/messaging/Address.h
qpid/trunk/qpid/cpp/include/qpid/messaging/Connection
Author: kgiusti
Date: Tue May 18 15:51:32 2010
New Revision: 945716
URL: http://svn.apache.org/viewvc?rev=945716&view=rev
Log:
set the session's default timeout to match the broker's default
Modified:
qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py
Modified: qpid/trunk/qpid/extras/qmf/src/p
Author: ritchiem
Date: Tue May 18 14:44:43 2010
New Revision: 945683
URL: http://svn.apache.org/viewvc?rev=945683&view=rev
Log:
QPID-1447 : Update Plugins to use changes to ConfigurationPlugin, Update Test
to correctly run and prevent failover.
Update excludes to include test in Java Broker runs
Author: ritchiem
Date: Tue May 18 14:44:20 2010
New Revision: 945682
URL: http://svn.apache.org/viewvc?rev=945682&view=rev
Log:
QPID-2584 : Add Logging Actor to HouseKeepingTasks
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/HouseKeepingTask.java
Mod
Author: ritchiem
Date: Tue May 18 14:44:06 2010
New Revision: 945681
URL: http://svn.apache.org/viewvc?rev=945681&view=rev
Log:
QPID-2581 : Update ConfigurationPlugin to correctly handle attributes in
configuration.
Added work around for the fact that we use a Composite Configuration that turns
Author: ritchiem
Date: Tue May 18 14:43:42 2010
New Revision: 945680
URL: http://svn.apache.org/viewvc?rev=945680&view=rev
Log:
QPID-2614 : Update QueueConfiguration to take two parameters, moved Munging
code from VHC to QC.
Updated Test.
Modified:
qpid/trunk/qpid/java/broker/src/main/java/
Author: ritchiem
Date: Tue May 18 14:43:22 2010
New Revision: 945679
URL: http://svn.apache.org/viewvc?rev=945679&view=rev
Log:
QPID-2585 : Ensure plugins are correctly loaded, so can renenable PluginTest.
(Patch provided by Andrew Kennedy)
Modified:
qpid/trunk/qpid/java/broker-plugins/extr
Author: ritchiem
Date: Tue May 18 14:42:51 2010
New Revision: 945678
URL: http://svn.apache.org/viewvc?rev=945678&view=rev
Log:
QPID-2584 : Convert all TimerTasks to HouseKeepingTasks for running in the
VHost thread pool.
Update VirtualHost and Configuration to allow configuration and testing of
Author: ritchiem
Date: Tue May 18 14:42:19 2010
New Revision: 945677
URL: http://svn.apache.org/viewvc?rev=945677&view=rev
Log:
QPID-2584, QPID-1447 : Update SCD Plugin to use new VHPlugin abstract class
Modified:
qpid/trunk/qpid/java/broker-plugins/experimental/slowconsumerdetection/src/mai
Author: ritchiem
Date: Tue May 18 14:42:04 2010
New Revision: 945676
URL: http://svn.apache.org/viewvc?rev=945676&view=rev
Log:
QPID-2584 : Update VirtualHostImp and VHPlugin to ensure that a
RuntimeException occuring in a plugin will not cause the Plugin to stop running.
Modified:
qpid/trun
Author: gsim
Date: Tue May 18 14:14:46 2010
New Revision: 945667
URL: http://svn.apache.org/viewvc?rev=945667&view=rev
Log:
QPID-2612: remove undesired char from makefile introduced by accident in last
commit
Modified:
qpid/trunk/qpid/cpp/src/Makefile.am
Modified: qpid/trunk/qpid/cpp/src/Ma
ACL Design
Page edited by Rajith Attapattu
Changes (0)
* [Current ACL Design |acl]
* [Andrew Kennedy's Proposal For ACL v3 | andrew acl proposal]
* [Rajit
ACL Design
Page edited by Rajith Attapattu
Changes (1)
* [ Current ACL Design | ACL] |acl]
* [Andrew Kennedy's Proposal For ACL v3 | andrew acl proposal]
*
ACL Design
Page edited by Rajith Attapattu
Changes (1)
* [ Current ACL Design | ACL] |acl]
* [Andrew Kennedy's Proposal For ACL v3 | andrew acl proposal ]
andrew acl proposal
Page added by Rajith Attapattu
DRAFT
ACL Implementation
Use Cases
Allow access to broker functions to be controlled by an ACL, with the checks being carried out independantly of the mechanism used to access the broker.
ACL Design
Page added by Rajith Attapattu
[ Current ACL Design | ACL]
Andrew Kennedy's Proposal For ACL v3
Rajith Attapattu's Proposal For ACL v3
Change Notification Preferences
View Online
Developer Pages
Page edited by Rajith Attapattu
Changes (1)
...
* [AMQP Distributed Transaction Classes (C++)] \- Distributed Transaction handling in the C+
Author: gsim
Date: Tue May 18 13:13:34 2010
New Revision: 945642
URL: http://svn.apache.org/viewvc?rev=945642&view=rev
Log:
QPID-2612: remove qpidtypes lib as it causes problems on windows
Modified:
qpid/trunk/qpid/cpp/src/CMakeLists.txt
qpid/trunk/qpid/cpp/src/Makefile.am
qpid/trunk/
Author: jonathan
Date: Tue May 18 11:27:07 2010
New Revision: 945591
URL: http://svn.apache.org/viewvc?rev=945591&view=rev
Log:
XML exchange is discussed under x-bindings now, extended reliability with
failover, reliability options. Still working on security ...
Modified:
qpid/trunk/qpid/doc
Author: robbie
Date: Tue May 18 08:22:09 2010
New Revision: 945536
URL: http://svn.apache.org/viewvc?rev=945536&view=rev
Log:
QPID-2613: flush 0-8/0-9 message to store when delivery begins
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid/server/AMQChannel.java
Modified:
29 matches
Mail list logo