Re: No way to use activeMQ via http. TCP works fine, but not http. Please help.

2009-05-05 Thread Dejan Bosanac
Hi, there's currently an effort to improve http transport for 5.3 release https://issues.apache.org/activemq/browse/AMQ-2238 Please post all your comments there and I'll try to resolve them. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://ww

Re: No way to use activeMQ via http. TCP works fine, but not http. Please help.

2009-05-04 Thread Jose Luna
> Jose Luna-2 wrote: > > > > I don't have any recommendation regarding activemq and HTTP but you may > > consider tunneling openwire through SSL > > (http://activemq.apache.org/ssl-transport-reference.html).If you set > > your broker up to use port 443, proxies won't be able to distinguish >

Re: No way to use activeMQ via http. TCP works fine, but not http. Please help.

2009-05-04 Thread smt
Jose Luna-2 wrote: > > I don't have any recommendation regarding activemq and HTTP but you may > consider tunneling openwire through SSL > (http://activemq.apache.org/ssl-transport-reference.html).If you set > your broker up to use port 443, proxies won't be able to distinguish > between th

Re: No way to use activeMQ via http. TCP works fine, but not http. Please help.

2009-05-04 Thread Jose Luna
> I developed simplest application where > client sends array of Integers as ObjectMessage to Server. > Server application calculates sum of this values and return the result as > ObjectMessage back to Client. > Other words, it is simplest example ever. > > When I use tcp protocol (tcp://loc > ht

No way to use activeMQ via http. TCP works fine, but not http. Please help.

2009-05-04 Thread smt
I developed simplest application where client sends array of Integers as ObjectMessage to Server. Server application calculates sum of this values and return the result as ObjectMessage back to Client. Other words, it is simplest example ever. When I use tcp protocol (tcp://localhost:61616) every