AdminObjectFinder.java and jndi.properties example for ActiveMQ Artemis
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
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.