@MessageDriven - possible to subscribe to multiple Queues / Topics?

Hi there,I got a rather basic question which I couldn't google.Is it possible for ONE Message Driven Bean in EJB3 to subscribe to more than one Queue or Topic (multiple subscriptions).If so, how?I appreciate your help!
[254 byte] By [jBPa] at [2007-11-27 1:21:32]
# 1
No, according to the EJB spec JMS MDBs are associated with a single Queue or Topic at deployment time.
Mahesh.Kannana at 2007-7-11 23:59:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Thank you for pointing that out, even though I was hoping for another answer.

I think there may be a couple of cases where it would make sense that one MDB subscribes to multiple topics.

Anyway, I guess I'll just implement the functionality in another session bean and use the MDS's as a sort of a relay.

Thanks again!

jBPa at 2007-7-11 23:59:24 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...