Christian Posta wrote: > > Using the default protocol (Openwire) for Java. > Use STOMP for your PHP needs. > > Apollo has had some good community use. It's not a feature-complete drop-in > replacement for ActiveMQ 5.x yet, but should be suitable for the needs you > describe above. > > Apollo also supports Openwire and STOMP protocols.
thanks. Would AMQP be a valid option in this scenario? It's enabled by default in ActiveMQ 5.8 and cross language support exists (incl. Java, PHP and others). How do these protocols (Openwire, Stomp and AMQP) compare against each other in terms of messaging features available? Are there notable messaging features (e.g. XA) that are missing with some of these protocols (either due to current client or server implementation shortcomings or more fundamental protocol related limitations)? Is there a list of supported ActiveMQ features per protocol? marko