Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 sabzi.lowell.edu instead till further notice.

The connection URL for the ActiveMQ Broker is specified in jndi.properties file for the appropriate product:

Code Block
pl
pl
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

...