> Joel Riedesel wrote:

> > [Suppose I have a calcluate entity bean.  Different 'instances' of this
> > calculate bean calculate different functions.  I want to send a message
> > to one of them that some input data that they use changed so that it
> > can re-calculate.  Thus, these calculate beans are subscribed to topics
> > that correspond to the input data that they need - yet another
> > matter, can one dynamically create topics in JMS?

This is not part of the JMS specification, so it is vendor dependent (and
the answer for Weblogic is:  yes, you can create JMS Destinations
dynamically through JMX).

You didn't say if the design "MDB's looking up Entities" solved your
problem?

--
Cedric

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to