up vote 2 down vote favorite
share [g+] share [fb]

One of my programs requires a reliable way to log across unreliable network (ie internet). The sender or receiver may go offline any time and can come back later. But any message sent by client should not be missed. Obviously syslog does not fit the bill. I am exploring the use of messaging servers like Apache ActiveMQ instead of syslog. Message senders are in perl, ruby and c. So I have Stomp as the message transport.

Does this serve my purpose? Is there any pitfall I am missing here?

raj

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

That all sounds fine to me

link|improve this answer
feedback

You may want to check out syslog-ng which has a tcp mode. This allows for reliable delivery, but you have to make sure you configure it correctly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.