This issue occurs when we try to connect OracleAQ via Oracle JMS. To overcome above issue, check whether you have set following property,
env.put(AQjmsConstants.SERVER_DN, "cn=ORCL,cn=OracleContext,ou=Services, o=sgi,c=us");
The second parameter provides the DN value of "ORCL", which is the third level, labeled cn=orcl, is the database.
env.put(AQjmsConstants.SERVER_DN, "cn=ORCL,cn=OracleContext,ou=Services, o=sgi,c=us");
The second parameter provides the DN value of "ORCL", which is the third level, labeled cn=orcl, is the database.
No comments:
Post a Comment