----- "Lio" <
c.netz@...> wrote:
> since 2 weeks I am despaeratly searching an example on how to send
> Messages
> from Perl to Java using stomp. I found examples sending Messages from
> Perl
> to Perl via Stomp and ActiveMQ. I found examples to send messages from
> Java
> to Java via Stompconnect and ActiveMQ. I even found an example which
> should
> have worked (but didnt). In the end I wasnt' able to find an example
> how to
> receive Stomp messages in Java send with perl. If anybody has an
> working
> example he could send or has a linke to an working example you woul
> really
> help me. I have to confess I am a little lost in it.
Receiving Stomp sent messages in Java, is just like receiving any other sort of message in Java, so you don't need to follow specific Perl-to-Java example. Any example of a Java consumer will do. It doesn't even have to be a Stomp consumer.
Stomp is just the protocol used for sending the messages. It is not the protocol for the message content. So, if you are using ActiveMQ, you can send messages from an OpenWire client (Java, C++, etc.) to a Stomp client. It is up to you to define your own protocol for the content, though most people seem to use some sort of XML.
Tom
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email