From users-return-31826-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon Sep 10 08:03:57 2012 Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D50B3D260 for ; Mon, 10 Sep 2012 08:03:57 +0000 (UTC) Received: (qmail 24964 invoked by uid 500); 10 Sep 2012 08:03:57 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 24931 invoked by uid 500); 10 Sep 2012 08:03:57 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 24921 invoked by uid 99); 10 Sep 2012 08:03:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 08:03:57 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.250.139 is neither permitted nor denied by domain of marco.crive@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 08:03:50 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TAyxt-0005UK-Uo for users@activemq.apache.org; Mon, 10 Sep 2012 01:03:29 -0700 Date: Mon, 10 Sep 2012 01:03:29 -0700 (PDT) From: "Marco.Crivellaro" To: users@activemq.apache.org Message-ID: <1347264209936-4656239.post@n4.nabble.com> Subject: How to set maximumRedeliveryDelay at connectionstring level MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, I am using Apace Camel to connect to an ActiveMQ broker (v 5.5) how is it possible to set maximumRedeliveryDelay at ConnectionString level? I've tried following without any luck: jms.redeliveryPolicy.maximumRedeliveryDelay=30000L jms.maximumRedeliveryDelay=30000L maximumRedeliveryDelay=30000L for instance: failover:(tcp://host:61616?wireFormat.maxInactivityDuration=0)?jms.prefetchPolicy.queuePrefetch=1&initialReconnectDelay=10&maxReconnectDelay=15000&jms.redeliveryPolicy.maximumRedeliveryDelay=30000L -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-set-maximumRedeliveryDelay-at-connectionstring-level-tp4656239.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.