Marshall, #1 Do you mean that 2.3.0 has UIMA_HOME/amq directory? If so, I have no idea why its there. When you run uima-as provided startBroker script for the first time it creates this directory under UIMA_HOME/bin.
#2 expected #2a This is OK, Per AMQ doc: "...Starting with version 5.3, all of the above configuration details are included in the default ActiveMQ configuration. Also, there is a central place where you can set credentials that these components will use to connect to the broker. Just set your desired username and password in the conf/credentials.properties file, which by default looks like this: activemq.username=system activemq.password=manager " Credentials may also be configured in activemq.xml. I just used the default mechanism provided by AMQ with the credentials.properties. If this file is omitted, you get FileNotFoundException on broker startup. #2b) These dirs are from AMQ 5.4.1 distribution. There is no win64 directory present in the AMQ distribution for windows. There is only one distribution for windows, so it should run under both 32 and 64 bit. Needs to be tested. #2c) All of the 4.1.1 scripts ( browse, bstat, kp, list, query, shutdown) are now part of the single script activemq.[bat|sh] using params. More info here: http://activemq.apache.org/activemq-command-line-tools-reference.html - Jerry C On Mon, Jan 24, 2011 at 5:37 PM, Marshall Schor <[email protected]> wrote: > I compared the uima-as 2.3.0 (after merging with the underlying base uima > sdk) > and the corresponding 2.3.1-rc1. > > Some diffs: > > 1) 2.3.0 has a top level amq directory; is this no longer needed in 2.3.1? > 2) (expected) activemq release changed from 4.1.1 to 5.4.1 > 2a) the rc1 has a file "credentials-enc.properties" with an > activemq.password > value - is this OK? > 2b) the rc1 has bin for linux x86/32 & 64, macosx and win32. Is a win64 > missing? > 2c) the 4.1.1 has bin commands: browse, bstat, kp, list, query, shutdown, > which > the 5.4.1 doesn't have. Is this OK? > > I scanned the rest of the differences, and they look reasonable to me. > > -Marshall > > >
