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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -