Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 25010 invoked from network); 3 Aug 2010 14:15:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Aug 2010 14:15:34 -0000 Received: (qmail 29118 invoked by uid 500); 3 Aug 2010 14:15:33 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 28764 invoked by uid 500); 3 Aug 2010 14:15:32 -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 28756 invoked by uid 99); 3 Aug 2010 14:15:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 14:15:31 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chubrilo@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 14:15:25 +0000 Received: by pzk1 with SMTP id 1so3857628pzk.2 for ; Tue, 03 Aug 2010 07:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=2vrtXpIIuCgsNMOfxKVLCrgOcsNCODq8vTx1AF4Olhw=; b=tCX5XJo/TPEPfMBSpKdW/oWK5FZS8pGqQJh9fBFKn8Eid58R27zSrZ0ie4qQsziQIs wiJJKZ17NeXLwKsct6MKb9K/r7WYOynNhYodOThUNHcJnZyDrnYD5zFz/kM8LiTzNYr1 46AzJ564lvwEJEi9jjHboFF2ey2gd/tkCEs+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZqVoEoDeRTHK1bx+9Twa+vpJAzNbBXo1GvbKkJ9xQN4uHRj17NllZDpcLxQ9uiPTll esaSE9YRTUYMx6xbjoEKM3R/zPa/sdcKgo7up2s39Y+edAzphJlbJotCAVzhrAawNwve lW9sFHzvkXymP+bSuAOukUT/K38/nHVIZ/KbM= MIME-Version: 1.0 Received: by 10.115.90.18 with SMTP id s18mr9088668wal.80.1280844903270; Tue, 03 Aug 2010 07:15:03 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.42.6.194 with HTTP; Tue, 3 Aug 2010 07:15:03 -0700 (PDT) In-Reply-To: <29333107.post@talk.nabble.com> References: <29333107.post@talk.nabble.com> Date: Tue, 3 Aug 2010 16:15:03 +0200 X-Google-Sender-Auth: pvXCbAAGGPEKYIwf1_GY6y5Dl4E Message-ID: Subject: Re: SMPP messages persistent delivering. From: Dejan Bosanac To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, my guess is that Camel SMPP component doesn't detect this error. It's best to check on camel user list. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Aug 3, 2010 at 10:39 AM, Pavel Suhotyuk wrote: > > Hello. > > I try configure ActiveMQ to sending and receiving SMS via camel-smpp plug= in. > > > =A0 > =A0 uri=3D"smpp://user@localhost:9999?password=3Dpassword&enquireLinkTime= r=3D3000&transactionTimer=3D5000&systemType=3Dproducer"/> > > > I using the simulator provided by Logica as SMSC for testing. > > Messages is delivering successfully when SMSC is running, but when SMSC i= s > down (for example, network is down) messages is dequeued automatically. > > What must I do to delivering messages persistent? > -- > View this message in context: http://old.nabble.com/SMPP-messages-persist= ent-delivering.-tp29333107p29333107.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >