----- "zeric" <[EMAIL PROTECTED]> wrote: > Many thanks. > > Ruby Server <-> ActiveMQ(Stomp) <-> Java client > > I should use stomp protocol to connect the ActiveMQ server for the > ruby only > supporting stomp protocol. > Any suggestion? >
Yes, you should use OpenWire for Java clients, and Stomp for Ruby. OpenWire is a richer protocol than Stomp anyways, and probably faster. Tom
