On 2002.10.23 16:22:12 -0400 Brian Towles wrote:
> Howdy all
> 
> Using JBoss 3.0.2
> 
> Im trying to setup a jdbc2 persistence for MQ where both the
> MessageCache uses the PersistenceManager for storage of the cache. 
> There is an example config file in the source code under
> messaging/src/etc/server/examples/deploy   but on implementation there
> message cache and the persistence manager never initialize cause they
> are waiting on each other.
> 
> I know i can nest one Mbean definition inside of another but that
> doesn't seem to get around the dependencies.
> 
> Is there any way to do 2 mbeans dependent on each other in the configs

No.  One of them has to start first.  If they were mutually dependent
they'd both have to start first.  AFAIK this is a basic property of time.

Maybe you can make something else depend on the message cache so you can't
send messages until it has started?  Otherwise, please describe the problem
you are trying to solve in more detail.

thanks
david jencks
> 
> Thanks
> -=Brian
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: Influence the future 
> of Java(TM) technology. Join the Java Community 
> Process(SM) (JCP(SM)) program now. 
> http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to