Hello!

I have wrotten my own JMX mbean for JBoss that is using JMS destination.
When deploying after jboss full statup - everything is fine, but when 
deployment is made during server startup - exception that JNDI name ie. 
queue/Sth is not bound, what do i have to declare in mbean descriptor (depends) 
to have clean deployment? tried to make dependency with exact jmx queue name bu 
it also fails ... someone could help?

jms object is taken from jndi during service creation - in create() method, 
maybe i have to change or implement any JBoss specyfic interface?

for now class is declared as:

class Sth implements SthMBean 

and interface is declared as 
interface SthMBean
and contains create/destroy/start/stop methods + some other getters/setters for 
parameters

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868536#3868536

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868536


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to