Hi,

We have some autoack related issue in camel 2.12.1.
I just checked latest release camel 2.12.3’s code, the autoAck option is set 
rightly.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (English)
http://jnn.iteye.com (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On March 11, 2014 at 9:22:53 AM, John H. Clark (johcl...@adobe.com) wrote:
> I am creating an endpoint as follows using camel-rabbitmq (2.12.2). The 
> endpoint works  
> fine, but appears to be doing an acknowledge even though autoAck=false.
>  
> String endpoint = "rabbitmq://" + host + ":" + port + "/" + exchange + 
> "?username=" + username  
> + "&password=" + password
> + "&queue=" + queue + "&vhost=" + vhost + "&routingKey=" + routingKey + 
> "&exchangeType=fanout"  
> + "&durable=true&autoDelete=false&autoAck=false";
>  
> Any ideas or are others experiencing something similar? If it is a bug, any 
> ideas for a  
> workaround?
>  
> Thanks,
>  
> John H. Clark
>  
>  
>  
>  

Reply via email to