Re: Using http transport from a Perl client

2008-03-03 Thread James Strachan
On 29/02/2008, Ramit Arora <[EMAIL PROTECTED]> wrote: > > Hey James, > Thanks for the prompt reply. I've already tried Stomp for talking to > ActiveMQ, & the performance is quite good. I've even modified the Net::Stomp > module available on CPAN to handle transactions & the master/slave topolog

Re: Using http transport from a Perl client

2008-02-28 Thread Ramit Arora
Hey James, Thanks for the prompt reply. I've already tried Stomp for talking to ActiveMQ, & the performance is quite good. I've even modified the Net::Stomp module available on CPAN to handle transactions & the master/slave topology of ActiveMQ. But we want to explore all possible ways for Perl c

Re: Using http transport from a Perl client

2008-02-28 Thread James Strachan
To talk to ActiveMQ via Perl, use the Perl Stomp client... http://activemq.apache.org/cross-language-clients.html On 28/02/2008, Ramit Arora <[EMAIL PROTECTED]> wrote: > > Hi All, > I am experimenting with ActiveMQ 5.0, & my clients are in Perl. While > tinkering around, I managed to get Java