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.
EddieOn Mon, Apr 27, 2015 at 4:47 PM, D. Heinze <[email protected]> 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 > > >
