|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Perl to Java Examplesince 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.
|
|
|
Re: Perl to Java Example----- "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 |
|
|
Re: Perl to Java ExampleLio 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. > Lio, I started working on a stomp client in perl that you could use to send messages. Its mostly complete, I'm guessing that you were looking for a way to send a message to an mq server via stomp from a perl program? If you want I'll put together an example for you. -- Alan Willis Ticketmaster 8800 Sunset Blvd, West Hollywood, CA 90069 Office: 310.360.2522 Mobile: 310.689.9423 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Perl to Java Example----- "Alan Willis" <alan.willis@...> wrote: ... > Lio, > I started working on a stomp client in perl that you could use to > send messages. Its mostly complete, I'm guessing that you were > looking > for a way to send a message to an mq server via stomp from a perl > program? If you want I'll put together an example for you. There are some Perl examples on this page: http://search.cpan.org/~lbrocard/Net-Stomp-0.32/lib/Net/Stomp.pm And Net::Stomp is already a functional Stomp client. > -- > Alan Willis > Ticketmaster > 8800 Sunset Blvd, West Hollywood, CA 90069 > Office: 310.360.2522 Mobile: 310.689.9423 Tom --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |