Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CC3492AD for ; Sat, 15 Oct 2011 09:26:02 +0000 (UTC) Received: (qmail 3502 invoked by uid 500); 15 Oct 2011 09:26:01 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 3339 invoked by uid 500); 15 Oct 2011 09:25:59 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 3323 invoked by uid 99); 15 Oct 2011 09:25:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2011 09:25:56 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2011 09:25:49 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RF0Uh-00072g-5q for dev@activemq.apache.org; Sat, 15 Oct 2011 02:25:27 -0700 Date: Sat, 15 Oct 2011 02:25:27 -0700 (PDT) From: "ali.raza" To: dev@activemq.apache.org Message-ID: <1318670727169-3907097.post@n4.nabble.com> Subject: Apache ActiveMQ configuration MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm working on a project in which I need to produce messages from node.js and consume them using a Java class. But the problem is node.js uses stomp as a client to pub/sub message queue. And stomp uses its own protocol instead of using TCP. On the other hand, the Java client uses TCP for it. Can we set two transportConnectors for one broker? For Example: -- View this message in context: http://activemq.2283324.n4.nabble.com/Apache-ActiveMQ-configuration-tp3907097p3907097.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.