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
