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 E880D18498 for ; Wed, 15 Jul 2015 12:58:30 +0000 (UTC) Received: (qmail 67454 invoked by uid 500); 15 Jul 2015 12:58:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 67413 invoked by uid 500); 15 Jul 2015 12:58:30 -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 Received: (qmail 67402 invoked by uid 99); 15 Jul 2015 12:58:30 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 12:58:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BEA5618019F for ; Wed, 15 Jul 2015 12:58:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.235 X-Spam-Level: **** X-Spam-Status: No, score=4.235 tagged_above=-999 required=6.31 tests=[KAM_BADIPHTTP=2, NORMAL_HTTP_TO_IP=0.001, SPF_FAIL=0.919, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id upx-WquhR2Vq for ; Wed, 15 Jul 2015 12:58:18 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id F199043DDA for ; Wed, 15 Jul 2015 12:58:17 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 4C40323943A6 for ; Wed, 15 Jul 2015 05:58:18 -0700 (PDT) Date: Wed, 15 Jul 2015 05:58:11 -0700 (PDT) From: Jason_999 To: users@activemq.apache.org Message-ID: <1436965091899-4699326.post@n4.nabble.com> Subject: JBoss embedded AciveMQ - listening to JBoss port MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I'm trying to get the following scenario to work: - ActiveMQ embedded in JBoss 5.1 (running on port 80) - Broker that is listening on the JBoss port (http, 80) I've followed this instruction: http://activemq.apache.org/jboss-integration.html The tests are working fine, but if I try to get the whole thing working with http on port 80, I get stucked. My broker-config looks like this: The problem is, that this configuration tries to start a new broker on port 80, so I get an "address already in use error". Is it possible to get JBoss managing all connections and distribute it to the embedded ActiveMQ server? -- View this message in context: http://activemq.2283324.n4.nabble.com/JBoss-embedded-AciveMQ-listening-to-JBoss-port-tp4699326.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.