AW: Does ActiveMQ support http proxy?

2010-06-07 Thread Heiss, Georg (Allianz SE, externer Mitarbeiter)
Hi Dejan, http transport was not necessary in my case. Just: proxytunnel -a 61613 -p my.proxy.de:8080 -d my.activemq.de:61613 perl stomp->send implementation: #!/usr/bin/perl use Net::Stomp; my $csv = "csv1,csv2,csv3,csvn"; my $stomp = Net::Stomp->new( { hostname => 'localhost', port => '61613'

Re: AW: Does ActiveMQ support http proxy?

2010-06-03 Thread alanchb
thanks a lot! I'll have a try. Heiss, Georg (Allianz SE, externer Mitarbeiter) wrote: > > > http://proxytunnel.sourceforge.net/ > > proxytunnel -a 61613 -p my.proxy.de:8080 -d my.acivemq.de:61613 > > > works fine for me. > Kind Regards > Georg > > > -Urspr?ngliche Nachricht- > Vo

AW: Does ActiveMQ support http proxy?

2010-06-02 Thread Heiss, Georg (Allianz SE, externer Mitarbeiter)
http://proxytunnel.sourceforge.net/ proxytunnel -a 61613 -p my.proxy.de:8080 -d my.acivemq.de:61613 works fine for me. Kind Regards Georg -Urspr?ngliche Nachricht- Von: alanchb [mailto:alanchbm...@gmail.com] Gesendet: Mittwoch, 2. Juni 2010 12:32 An: users@activemq.apache.org Betre