Re: Messaging protocol selection

2013-10-08 Thread Marko Asplund
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 s

Re: Messaging protocol selection

2013-10-08 Thread Christian Posta
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.

Messaging protocol selection

2013-10-07 Thread Marko Asplund
Hi, I'm planning on deploying ActiveMQ for delivering event notifications across different applications and web sites. The events will be delivered to multiple recipients using publish-subscribe pattern. The number of clients is expected to be about 10-20 and they will be connecting over the Inter