Re: 1 Connection create 100 sessions subscription 100 topics then >> broker will be crush

2009-11-11 Thread xinfang
Thanks, I have used the qpid-stat tools and looked at each queue's speed seems the same, and no one is special. And i can see when each queue byteDepth size exceeds 51m, then broker crushes. so i tired to setup the default queue size to 50MB(qpid default queue limit size is 100M), then it works.

RE: can't list in java cli

2009-11-11 Thread Robbie Gemmell
Ok, I have narrowed down the cause of the exception you are seeing. The problem in this case seems to be that you have used a user account which is valid, but does not have any management access rights. As a result, the CLI managed to establish a JMXConnector to the server, but as soon as you act

Re: New SASL capability for the Python client

2009-11-11 Thread Andrew Stitcher
On Wed, 2009-11-11 at 15:50 -0500, Ted Ross wrote: > Full SASL authentication/encryption capability for the Python client was > added to the trunk at revision 834975. > > A new Python module "qpidsasl" implemented in C++ and wrapped for Python > using Swig was introduced. This wrapper provides

New SASL capability for the Python client

2009-11-11 Thread Ted Ross
Full SASL authentication/encryption capability for the Python client was added to the trunk at revision 834975. A new Python module "qpidsasl" implemented in C++ and wrapped for Python using Swig was introduced. This wrapper provides a generalized binding to the Cyrus SASL library. The Pytho

Re: can't list in java cli

2009-11-11 Thread Robbie Gemmell
I was under the impression it was still somewhat functional but with obvious issues in various sections. Those I noticed got JIRA'd a while back, but there may have been others I missed and there may now be more as it is rather fragile, although nothing I did during GSoC should have really messed w

Re: can't list in java cli

2009-11-11 Thread Robbie Gemmell
Sorry, I perhaps wasnt clear enough - dont let the directory name in the repository mislead you, it isnt just a plugin for use with the Eclipse IDE that it builds as part of the ant build process, the release directory holds fully functional standalone applications. (Which happen to be Eclipse Rich

Re: can't list in java cli

2009-11-11 Thread mARK bLOORE
Thanks for the suggestion, Robbie. The plugin built fine, so far as I can tell, but I have had no luck getting Eclipse to run it. I can't install it, so far as I can tell, without a "local site", and the build doesn't seem to have created one. I also have had no luck trying to build the plug-in

Re: can't list in java cli

2009-11-11 Thread Aidan Skinner
On Wed, Nov 11, 2009 at 5:34 PM, Robbie Gemmell wrote: > The CLI has rotted as various additions have been made to and bugs fixed in > the brokers management interface, it needs some serious love. That said, I > seem to recall doing what you are trying at some point and it working. I'll > try to

Re: can't list in java cli

2009-11-11 Thread Robbie Gemmell
The CLI has rotted as various additions have been made to and bugs fixed in the brokers management interface, it needs some serious love. That said, I seem to recall doing what you are trying at some point and it working. I'll try to have a look at it when I get home later. Instead, if you

can't list in java cli

2009-11-11 Thread mARK bLOORE
I am running the Java 0.5 broker and management tools. In qpid-cli, if I try to list any type of object, I get qpid-admin-$ queue list java.lang.SecurityException: Access denied at org.apache.qpid.server.management.MBeanInvocationHandlerImpl.invoke(MBeanInvocationHandlerImpl.java:159)