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
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
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