AdminObjectFinder.java and jndi.properties example for ActiveMQ Artemis
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
AdminObjectFinder.java and jndi.properties example for ActiveMQ Artemis
Configuring JNDI for ActiveMQ Artemis requires and AdminObjectFinder.java and a jndi.properties file. The
jndi.properties file specifies the attributes to create a
connection factory.
Use the following code to create an AdminObjectFinder.java file for ActiveMQ Artemis:
|
Use the following code to create a jndi.properties file for ActiveMQ Artemis:
|
Note: Replace the hostname and port in the above example code with your failover broker's
location.