You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by MarTyNas <ma...@gmail.com> on 2012/11/03 14:41:13 UTC

SNMP message transfering to iOS

My goal is to transfer SNMP messages from client's backend servers (they can
be firewalled) and push them to iOS device (http://bit.ly/vwBf5) and store
them in some fast database server.

What are my choices? 

1. Encapsulate snmp message and transfer over http to db server. Then push
to iOS and store in some db. SNMP Agent -> Processing server (some engine to
process incoming messages) -> push to iOS

2. Use some snmp agent to catch then. Use own ActiveMQ server to push to IOS
an use some fast persistence db. Agent -> ActiveMQ server (Hadoop for
persistance) -> iOS 

In db i will store login, time, message, origin, sent to apple, server id,
username. Most time db will write only sometimes reads come from web.

What are options Hadoop, Cassandra, Mongo?



--
View this message in context: http://activemq.2283324.n4.nabble.com/SNMP-message-transfering-to-iOS-tp4658723.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.