We have SAR that depends on a JMS Connection Factory
and a Queue. We have attempted to set them as
dependencies in the SAR's jboss-service, but doing so
causes the start() method to never be called at jboss
startup time.

However, not putting in the dependencies results in a
JNDI lookup failure when the MBean looks up the
ConnectionFactory and/or the Queue.

The dependencies we put in look like this:

<depends>jboss.mq:service=InvocationLayer,type=JVM</depends>
<depends>jboss.mq.destination:name=ClientChangeNotification,service=Queue</depends>

Which MBeans should I be putting the dependencies on
to make this work ?

Thanks !

//Nicholas

=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to