On 7/20/07, Tom Samplonius <[EMAIL PROTECTED]> wrote:
----- "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
Right Tom! so to update the digagram: Ruby Server <-(stomp)-> ActiveMQ <-(openwire)-> Java client -- Regards, Hiram Blog: http://hiramchirino.com
