Hi Rajika, Just wanted to note that Qpid is heap bound when running with transient messaging, so sharing the VM will make this more likely - one to look out for.
If you're using persistent messaging this is much less of an issue, but will still impact broker performance at higher volumes. Hth, Marnie On 8/8/08, Rajika Kumarasiri <[EMAIL PROTECTED]> wrote: > > On Wed, Jul 30, 2008 at 2:24 PM, Aidan Skinner <[EMAIL PROTECTED]> wrote: > Hey Aidan, > Is there is a way to enable auto creation of VM broker, may be passing a > JNDI property ? > Thanks > > -Rajika > > > On Wed, Jul 30, 2008 at 9:44 AM, Rajika Kumarasiri <[EMAIL PROTECTED]> > > wrote: > > > > > I have been using Java broker for some time now and it is possible to > > > optimize away a network hop if we can make the broker and the server > > > process-which is a another application, run within the same > > > JVM so that they can communicate through a in-VM link. > > > I need to know wether it is possible to create a embedded brokers in > my > > > server process . Please comment. > > > > Yep, Mina can definately be made to do this. Have a look at > > QpidTestCase on trunk for an example of doing this. > > > > > > > > > > - Aidan > > -- > > Apache Qpid - World Domination through Advanced Message Queueing > > http://cwiki.apache.org/qpid > > > > > > -- > http://wso2.org/ > http://llvm.org/ >
