Re: soap over QPid?

2011-11-08 Thread Danushka Menikkumbura
Hi, Basically you need to send your SOPA/REST messages embedded in a Qpid(JMS) message and a queue/topic on the broker acts as an endpoint. [1] explains how to use the Qpid Java broker with Apache Axis2 invoke Web services using it's JMS transport for an example. [1] http://wso2.org/library/3663

Re: Java Broker - creating and closing too many connections causes memory leak?

2011-10-28 Thread Danushka Menikkumbura
Hi Praveen, AFAIK what you see is a known issue in the Java broker. I ran into the same issue when I used the Java broker in a messaging product based on the Java broker. Our team has submitted a couple of patches too but then the code base was in the middle of some major refactoring. I think Robb

Re: Qpid Java Broker performance lower than expected

2011-10-25 Thread Danushka Menikkumbura
Hi Robbie, I did not notice that the BDB store was faster than the Derby store when I checked some time back. Thanks, Danushka On Wed, Oct 26, 2011 at 5:07 AM, Robbie Gemmell wrote: > Hi Vinay, > > I havent done any performance benchmarking of the Derby store to know > what a representative num

Re: Java Broker with DerbyMessageStore running out of memory with 20K Queues

2011-10-11 Thread Danushka Menikkumbura
Hi Praveen, Do you notice the same behavior even when you run the broker without Derby message store?. AFAIK this has nothing to do with the persistence storage you use. Thanks, Danushka On Wed, Oct 12, 2011 at 4:14 AM, Praveen M wrote: > Hi, > > I'm an apache qpid newbie and am trying to benc

Re: Clustering Support

2011-08-02 Thread Danushka Menikkumbura
Failover on client side? Thanks, Danushka On Wed, Aug 3, 2011 at 12:12 AM, Carl Trieloff wrote: > On 08/02/2011 02:40 PM, prasanth baireddy wrote: > > Hi, > > Iam using apache qpid(java) 0.10 in my application.The scenario is the > > application should support connecting to 100 applications at t

Re: Session auto acknowledge

2011-07-25 Thread Danushka Menikkumbura
Have you created your JMS session with ack mode Session.CLIENT_ACKNOWLEDGE? Thanks, Danushka On Mon, Jul 25, 2011 at 4:13 PM, Emir Ibrahimbegovic < emir.ibrahimbego...@gmail.com> wrote: > Hello, > > I'm trying to download messages from my QPID queue without acknowledging > them. Even though I do

Re: [ANNOUNCE] Apache Qpid 0.10 released

2011-05-04 Thread Danushka Menikkumbura
Hi Robbie, The download link seems to be broken. Thanks, Danushka On Tue, May 3, 2011 at 9:54 PM, Robbie Gemmell wrote: > The Apache Qpid community is pleased to announce the immediate > availability of Apache Qpid 0.10. > > Apache Qpid (http://qpid.apache.org) is a cross-platform enterprise >

Getting ACL to Work with Java Broker

2010-06-11 Thread Danushka Menikkumbura
Hi devs, I have configured the broker has explained in [1] but I do not see the clients being checked for authorization other than virtualhost-level permissions. I am using a trunk build. Please let me know if the doc is up-to-date and possible goofs that I may have made. [1] - http://qpid.apache

Re: Without Ruby ...

2009-02-23 Thread Danushka Menikkumbura
. AC_CHECK_PROG([RUBY], [ruby], [ruby]) test -n "$RUBY" && generate=yes test -z "$RUBY" && AC_MSG_ERROR([Missing ruby installation (try "yum install ruby").]) Then run autoconf & automake to generate your new configure script. Now run ./configure.

Re: notes on building and testing M4 for Windows

2009-02-23 Thread Danushka Menikkumbura
How about adding a wiki page on the qpid.apache.org site for this? It sounds like it would be very useful. +1. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Co

Re: c++ broker build for ubuntu?

2009-02-02 Thread Danushka Menikkumbura
g > Qpid Cpp Build How To I'm checking out recommended source code now (I think it is going to retrieve the full trunk, not just c++). Will post feedback if there are further hiccups. -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.c

Re: Compiling qpid in Windows

2009-01-30 Thread Danushka Menikkumbura
Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company" - Apache Qpid - AMQP Messaging Implementatio

Re: How to run the Examples on visual studio?

2009-01-21 Thread Danushka Menikkumbura
l Studio properly. Is anyone running the examples with this framework? By the way, I'm using the version of qpid that can be found here: http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz Thanks in advance for your help. Marc I think you have to create a VS solution for examples,