logging - Using Stomp and Apache ActiveMQ as reliable syslog -


one of programs requires reliable way log across unreliable network (ie internet). sender or receiver may go offline time , can come later. message sent client should not missed. syslog not fit bill. exploring use of messaging servers apache activemq instead of syslog. message senders in perl, ruby , c. have stomp message transport.

does serve purpose? there pitfall missing here?

raj

that sounds fine me


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -