...
The production instance of the ActiveMQ broker for DCT runs on joe.lowell.edu
. It should only be connected to while trying to operate a real system at DCT. For testing one should try to connect to jumar.lowell.edu
.
Note |
---|
jumar is in the process of being updated and rebuilt. Please use |
The connection URL for the ActiveMQ Broker is specified in jndi.properties
file for the appropriate product:
Code Block | ||||
---|---|---|---|---|
| ||||
java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory # use the following property to configure the default connector java.naming.provider.url=tcp://sabzijumar.lowell.edu:61616 # use the following property to embed a broker inside this JVM useEmbeddedBroker=true # use the following property to specify the JNDI name the connection factory # should appear as. connectionFactoryNames=connectionFactory, queueConnectionFactory, topicConnectionFactry # property to disable persistence disablePersistence=true # machine name where lois is running. loisMachineName=lemi |
...