My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: stomp, erlang, messaging, SOA
Show all Featured wiki pages:
ReadMe
People details
Project owners:
  gigix1980
Project committers:
exceedhl, mechiland, Alluleia

Stomp is a simple text oriented messaging protocol. Stomperl is an implementation of Stomp broker with Erlang. That means performance, scalability, reliability and elegance in concurrent programming are our goals.

Stomperl stole its architecture and initial code base from following articles:

The picture below shows current architecture of Stomperl.

                 +----------------+
                 | tcp_server_sup |
                 +--------+-------+
                          | (one_for_one)
         +----------------+---------+
         |                          |
 +-------+------+           +-------+--------+
 | tcp_acceptor |           + tcp_client_sup |
 +--------------+           +-------+--------+
                                    | (simple_one_for_one)
                              +-----|---------+
                            +-------|--------+|
                           +--------+-------+|+
                           |    tcp_stomp   |+
                           +--------+-------+
                                    | (one for each)
                            +-------+--------+
                            |     mailer     |
                            +-------+--------+

Check out the project wiki for more information.









Hosted by Google Code