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 <pavel.suhot...@gmail.com> wrote: > > Hello. > > I try configure ActiveMQ to sending and receiving SMS via camel-smpp plugin. > > <route> > <from uri="activemq:SendSMSQueue"/> > <to > uri="smpp://u...@localhost:9999?password=password&enquireLinkTimer=3000&transactionTimer=5000&systemType=producer"/> > </route> > > I using the simulator provided by Logica as SMSC for testing. > > Messages is delivering successfully when SMSC is running, but when SMSC is > 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-persistent-delivering.-tp29333107p29333107.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >