Re: Problem receiving message.

2010-08-10 Thread pablo caballero
Gary, thank you very much for your response. I changed "localhost" for my specific IP address (also for 0.0.0.0) and nothing happened. I changed useJmx to true in the broker configuration to monitor the queue (via jconsole) and something strange happened: 1.- I execute the sender and the consume

Re: Problem receiving message.

2010-08-10 Thread Gary Tully
one thought, rather than localhost, do you need activemq to listen on all network interfaces using the wildcard address 0.0.0.0 or a specific IP address? On 9 August 2010 20:51, pablo caballero wrote: > Background: > > I'm using spring + camel + activemq in boths sender and receiver. > > Relevant