[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

[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

[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

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=810953view=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=810998view=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

[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

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=811066view=rev Log: added timeout option to send Modified: qpid/trunk/qpid/python/qpid/messaging.py qpid/trunk/qpid/python/qpid/tests/messaging.py Modified: