You should lookup the Server Runtime MBean with JNDI java:comp/jmx/runtime rather than java:comp/env/jmx/runtime
Type: Posts; User: 2011; Keyword(s):
You should lookup the Server Runtime MBean with JNDI java:comp/jmx/runtime rather than java:comp/env/jmx/runtime
Hi,
I am trying to connect to a JMS queue on Weblogic 10.3, and the queue lookup is achieved through the spring context. See configuration from application context below
<jee:jndi-lookup...