[CONF] Apache Qpid > Qpid Design - Management

2009-09-03 Thread confluence
Qpid Design - Management Page edited by Robbie Gemmell The broker makes several general JMX MBeans available for functionality such as User Management and Logging Management, as well as MBeans to allow management of each individual C

[CONF] Apache Qpid > Qpid Design - Configuration

2009-09-03 Thread confluence
Qpid Design - Configuration Page edited by Robbie Gemmell Configuration Methods QPIDĀ supports two methods of configuration: command line switches (e.g. passing a -p flag on startup to specify the port) configuration file It is

[CONF] Apache Qpid > Management Console Security

2009-09-03 Thread confluence
Management Console Security Page edited by Robbie Gemmell SSL encrypted RMI (0.5 and above) Current versions of the broker make use of SSL encryption to secure their RMI based JMX ConnectorServer for security purposes. This ships en

[CONF] Apache Qpid > Qpid JMX Management Console FAQ

2009-09-03 Thread confluence
Qpid JMX Management Console FAQ Page edited by Robbie Gemmell Errors How do I connect the management console to my broker using security ? The Management Console Security page will give you the instructions that you should use

svn commit: r810953 - in /qpid/branches/java-network-refactor/qpid/java/broker/src/main/java/org/apache/qpid/server/protocol: AMQPFastProtocolHandler.java AMQPProtocolProvider.java

2009-09-03 Thread aidan
Author: aidan Date: Thu Sep 3 14:09:09 2009 New Revision: 810953 URL: http://svn.apache.org/viewvc?rev=810953&view=rev Log: QPID-2025: remove dead classes Removed: qpid/branches/java-network-refactor/qpid/java/broker/src/main/java/org/apache/qpid/server/protocol/AMQPFastProtocolHandler.java

[CONF] Apache Qpid > Qpid Design - Framing

2009-09-03 Thread confluence
Qpid Design - Framing File attached by Aidan Skinner frame-decoding.png (24 kB image/png) Change Notification Preferences View Attachments --

svn commit: r810998 - in /qpid/trunk/qpid/cpp/bindings/qmf: Makefile.am python/Makefile.am tests/Makefile.am tests/run_interop_tests

2009-09-03 Thread tross
Author: tross Date: Thu Sep 3 15:34:19 2009 New Revision: 810998 URL: http://svn.apache.org/viewvc?rev=810998&view=rev Log: Improved automake for the qmf bindings. - Added conditionals for HAVE_PYTHON_DEVEL - Added conditionals in the run_interop_tests script to skip tests of unbuilt compone

[CONF] Apache Qpid > Qpid Design - Framing

2009-09-03 Thread confluence
Qpid Design - Framing Page edited by Aidan Skinner Frame Classes The framing definition in the protocol specification maps quite nicely to an object-oriented representation. The class diagram is shown below: The AMQDataBlock at t

svn commit: r811046 - in /qpid/trunk/qpid/cpp/src: qpid/broker/Link.cpp tests/federation.py

2009-09-03 Thread tross
Author: tross Date: Thu Sep 3 17:20:45 2009 New Revision: 811046 URL: http://svn.apache.org/viewvc?rev=811046&view=rev Log: QPID-2045 - crash when destroying a federation link with a dynamic bridge Committed patch from Ken Guisti Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Link.cpp qpi

svn commit: r811066 - in /qpid/trunk/qpid/python/qpid: messaging.py tests/messaging.py

2009-09-03 Thread rhs
Author: rhs Date: Thu Sep 3 18:22:10 2009 New Revision: 811066 URL: http://svn.apache.org/viewvc?rev=811066&view=rev Log: added timeout option to send Modified: qpid/trunk/qpid/python/qpid/messaging.py qpid/trunk/qpid/python/qpid/tests/messaging.py Modified: qpid/trunk/qpid/python/qpid/

svn commit: r811088 - /qpid/trunk/qpid/python/qpid/messaging.py

2009-09-03 Thread rhs
Author: rhs Date: Thu Sep 3 19:39:07 2009 New Revision: 811088 URL: http://svn.apache.org/viewvc?rev=811088&view=rev Log: removed final use of catchup Modified: qpid/trunk/qpid/python/qpid/messaging.py Modified: qpid/trunk/qpid/python/qpid/messaging.py URL: http://svn.apache.org/viewvc/qpi

svn commit: r811188 - in /qpid/trunk/qpid: cpp/src/qpid/broker/SessionAdapter.cpp python/tests_0-10/alternate_exchange.py

2009-09-03 Thread tross
Author: tross Date: Fri Sep 4 00:27:37 2009 New Revision: 811188 URL: http://svn.apache.org/viewvc?rev=811188&view=rev Log: QPID-2080 - crash when attempting to modify an exchange's alternate Committed patch from Ken Giusti Modified: qpid/trunk/qpid/cpp/src/qpid/broker/SessionAdapter.cpp