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

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