Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EE1DD9B8 for ; Sun, 4 Nov 2012 12:14:55 +0000 (UTC) Received: (qmail 67767 invoked by uid 500); 4 Nov 2012 12:14:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 67693 invoked by uid 500); 4 Nov 2012 12:14:54 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Delivered-To: moderator for users@activemq.apache.org Received: (qmail 45126 invoked by uid 99); 3 Nov 2012 13:41:39 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URIBL_DBL_REDIR,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.250.139 is neither permitted nor denied by domain of martizzo@gmail.com) Date: Sat, 3 Nov 2012 06:41:13 -0700 (PDT) From: MarTyNas To: users@activemq.apache.org Message-ID: <1351950073712-4658723.post@n4.nabble.com> Subject: SNMP message transfering to iOS MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.