Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D843917FD1 for ; Mon, 27 Apr 2015 21:52:15 +0000 (UTC) Received: (qmail 67802 invoked by uid 500); 27 Apr 2015 21:52:15 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 67758 invoked by uid 500); 27 Apr 2015 21:52:15 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 67745 invoked by uid 99); 27 Apr 2015 21:52:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 21:52:15 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of eaepstein@gmail.com does not designate 54.191.145.13 as permitted sender) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 21:52:09 +0000 Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B73D4206A4 for ; Mon, 27 Apr 2015 21:51:49 +0000 (UTC) Received: by iebrs15 with SMTP id rs15so4873878ieb.3 for ; Mon, 27 Apr 2015 14:51:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=F+bh3nevUR13qAqfX4aB94WAagAVXydFyHbvAAMOLvs=; b=Od4cjq4v4S0jpPzdVuug5bgchZj+hSAWq3UYrqlTRO+Ms2yu5HjhuvNSigz9WGOXI+ BrUyJ5ViMeSeZkhro4U3fTl2dIwW9tHFHc70zo654ZFRHpVnwr9z8aLMVxkioUh466Py 7gIsVNs8WDrPiUqVeTSKAEvAn18qXpZ5AP3XkZ+cm2I1uc2LmSu3Hcr2dTWb8U20pIBt mfPBX65ydcOlNlm85LDhmLS5EjVyCM/mSDvqJLwnCLxe2YjWmAz530449zmpV2DmMZPN lIbqFuHLkIo6SWeEP7RJWTYNPE621NI9133h/+EtXxZsHU46au1Ae+kFrPYk4pEwxW6V PwNQ== MIME-Version: 1.0 X-Received: by 10.107.47.163 with SMTP id v35mr16411265iov.86.1430171502990; Mon, 27 Apr 2015 14:51:42 -0700 (PDT) Received: by 10.36.59.73 with HTTP; Mon, 27 Apr 2015 14:51:42 -0700 (PDT) In-Reply-To: <004801d0812b$5f92d6e0$1eb884a0$@gnoetics.com> References: <004801d0812b$5f92d6e0$1eb884a0$@gnoetics.com> Date: Mon, 27 Apr 2015 17:51:42 -0400 Message-ID: Subject: Re: UIMA-AS and ActiveMQ ports From: Eddie Epstein To: user@uima.apache.org Content-Type: multipart/alternative; boundary=001a11c151ce677f780514bbc07c X-Virus-Checked: Checked by ClamAV on apache.org --001a11c151ce677f780514bbc07c Content-Type: text/plain; charset=UTF-8 UIMA-AS has example deployment descriptors using placeholders for the broker: ${defaultBrokerURL} If these placeholders are used and the user doesn't specify a value for the Java property "defaultBrokerURL" then some code in UIMA-AS will use a default value of tcp://localhost:61616. That is the only dependency I am aware of. Eddie On Mon, Apr 27, 2015 at 4:47 PM, D. Heinze wrote: > Does UIMA-AS have internal dependencies on ActiveMQ port 61616? I can > change my applications to use other ports, but it seems that 61616 still > needs to be available for something in UIMA-AS. > > Thanks / Dan > > > --001a11c151ce677f780514bbc07c--