Put a dependency on the queue/topic you are using:

<depends>jboss.mq.destination:service=Queue,name=MyQueueOrTopicName</depends>

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

[EMAIL PROTECTED] wrote:

hi all,
i am trying to deploy a standalone MBean by
using myMbean-service.xml
in the initialization, my MBean looks for a JMS connectionFactory via JNDI
but at the time of deployment, it cannot find one..


i got a suggestion from the list to use following code

 <mbean
   code="..."
   name="...">
   <depends>domain:name=something</depends>
   ...
</mbean>

in my MBean-service.xml

but i don't know what is the MBean name that i should depend on..

my guess is that is jboss.mq: but i dont know the service name...


anyone can help??


thanx and regards
        marco



------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to