Messaging ScenariosΒΆ

../_images/moksha-messaging-stomp.png
Pros:
  • No configuration needed
  • Works out-of-the-box
Cons:
  • Not designed for scalability
  • No wildcard topic names
../_images/moksha-messaging-stomp-amqp.png
Pros
  • STOMP/AMQP broker bridging
Cons
  • Not very well tested
  • May or may not work as expected
../_images/moksha-messaging-amqp.png
Pros:
  • Trivial to configure
  • 100% AMQP, from the browser to the broker
  • Flexibility and power of AMQP queues, exchanges, routing keys, etc.
Cons:
  • Relatively new and not 100% complete JavaScript bindings

See also

See Message Brokers for more information on configuring various protocols and brokers with Moksha.

Previous topic

Message Brokers

Next topic

Message Brokers

This Page