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&amp;enquireLinkTimer=3000&amp;transactionTimer=5000&amp;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.

Reply via email to