0 Replies Latest reply on Jun 14, 2012 8:13 AM by nimo22

    hornetQ brokerless architecture vs ZeroMQ

    nimo22

      I have two questions to a passage of HornetQ-Docs:

       

      {quote}

      5.2. HornetQ embedded in your own application

      HornetQ core is designed as a set of simple POJOs so if you have an application that requires

      messaging functionality internally but you don't want to expose that as a HornetQ server you can

      directly instantiate and embed HornetQ servers in your own application.

      {quote}

       

      Can be HornetQ also used as a standalone-library the same as ØMQ, which says

      {quote}ØMQ is a library, not a messaging server.{quote}

      ?

      http://www.aosabook.org/en/zeromq.html

      (24.1 Application vs Library)

       

       

      Does this enables a broker-less (server-less) architecture?

       

      http://www.zeromq.org/whitepapers:brokerless

       

      ØMQ:

      http://www.zeromq.org/