Re: response never delivered using JMSCorrelationId

2010-02-05 Thread samp
Ah. Thanks for the link. That'll save me a bunch of time. I'll rewrite my code I guess. :) thanks sam Gary Tully wrote: > > yea. I think you are seeing: > https://issues.apache.org/activemq/browse/AMQ-2324 > I know some work started on it but give it your vote to give it a priority > bump. >

Re: response never delivered using JMSCorrelationId

2010-02-05 Thread samp
I forgot to mention that this configuration file is exactly the same on both brokers. I *think* that means I don't need it to be duplex, is that correct? In any case, my problem still happens regardless of the duplex setting. thanks sam -- View this message in context: http://old.nabble.com/res

Re: response never delivered using JMSCorrelationId

2010-02-05 Thread samp
I've also tried a few other things I'll mention. I saw this error: [2010-02-05 07:14:40 -0500] [DEBUG] org.apache.activemq.network.DemandForwardingBridge - Broker Ignoring sub ConsumerInfo {...} already subscribed to matching destination So I added "conduitSubscriptions="false"". The error chang

Re: response never delivered using JMSCorrelationId

2010-02-05 Thread samp
networkconnector (as they are one way by default) > configured on each broker. > see: > http://activemq.apache.org/networks-of-brokers.html#NetworksofBrokers-NetworkConnectorProperties > > > On 5 February 2010 01:27, samp wrote: > >> >> I'm using spri

response never delivered using JMSCorrelationId

2010-02-04 Thread samp
I'm using spring integrations JmsOutboundGateway. I believe the problem I'm seeing is a configuration issue with ActiveMQ which is why I am posting the question here. I have 2 brokers (call them A and B) in a network each with a couple clients connected to them. I am getting into a situation wher

Re: Problem with pure master/slave

2009-06-15 Thread samp
Good point, that would probably help :) Here is the slave log starting at the master failure. (Also, this is all with version 5.2.0) thanks for the help sam [2009-06-15 09:30:04 -0400] [ERROR] org.apache.activemq.broker.ft.MasterConnector - Network connection between vm://slave#0 and tcp://loc

Problem with pure master/slave

2009-06-13 Thread samp
I'm trying to setup a pure master slave configuration. Startup looks fine, but if the master stops, the slave also stops. I would have expected it to stay up. Below are the configs and relevant part of the slave log file. Any guidance is greatly appreciated. thanks sam Master config: http:/