Re: Tracing Broker to Producer Acks

2011-06-27 Thread Gary Tully
ary Tully [mailto:gary.tu...@gmail.com] > Sent: 27 June 2011 15:45 > To: users@activemq.apache.org > Subject: Re: Tracing Broker to Producer Acks > > great. > One thought, it may be that the network connector is not requesting a sync > send. It trys to respect the original cl

RE: Tracing Broker to Producer Acks

2011-06-27 Thread Ozan Seymen
ersistence guarantee even producer flow control is disabled. Is this accurate? Thanks for all this info Gary. -Original Message- From: Gary Tully [mailto:gary.tu...@gmail.com] Sent: 27 June 2011 15:45 To: users@activemq.apache.org Subject: Re: Tracing Broker to Producer Acks great. One th

Re: Tracing Broker to Producer Acks

2011-06-27 Thread Gary Tully
ges.size 0, enqueueCount: 20, dequeueCount: 0 >> | org.apache.activemq.broker.region.Queue | Queue:Q.OUT.ToDC2.DC1 >> >> 2011-06-27 14:15:33,359 | DEBUG | SENDING: Response {commandId = 0, >> responseRequired = false, correlationId = 13} | >> org.apache.activemq.transport.TransportLo

RE: Tracing Broker to Producer Acks

2011-06-27 Thread Ozan Seymen
age- From: Gary Tully [mailto:gary.tu...@gmail.com] Sent: 27 June 2011 14:42 To: users@activemq.apache.org Subject: Re: Tracing Broker to Producer Acks That is a response to the send request with responseRequired=true, note the correlationId = 13 which corresponds to the RECEIVED commandId=13. S

Re: Tracing Broker to Producer Acks

2011-06-27 Thread Gary Tully
elationId = 13} | > org.apache.activemq.transport.TransportLogger.Connection:2 | ActiveMQ > Transport: tcp:///0:0:0:0:0:0:0:1:58759 > > > -Original Message- > From: Gary Tully [mailto:gary.tu...@gmail.com] > Sent: 23 June 2011 17:45 > To: users@activemq.apache.org > Subje

RE: Tracing Broker to Producer Acks

2011-06-27 Thread Ozan Seymen
to:gary.tu...@gmail.com] Sent: 23 June 2011 17:45 To: users@activemq.apache.org Subject: Re: Tracing Broker to Producer Acks use trace=true on the brokerURL to see all commands, including the producerAck from the broker. see: http://activemq.apache.org/tcp-transport-reference.html On 17 June

Re: Tracing Broker to Producer Acks

2011-06-23 Thread Gary Tully
use trace=true on the brokerURL to see all commands, including the producerAck from the broker. see: http://activemq.apache.org/tcp-transport-reference.html On 17 June 2011 11:35, Ozan Seymen wrote: > Hi, > > Is there any way for me to trace acks sent from broker to producer? Are there > any con