MBD in Oracle OC4J listening to SUN's MQ queue
I wonder if anyone knows if there's a way to have a Message Driven Bean deployed in Oracle's application server (OC4J) listening to a queue created in SUN's MQ.
I already managed to write clients that read the administered objects from Oracle's LDAP server (OID), but it seems that the OC4J application server has a bundled JMS provider (OracleAS JMS) and everything is oriented to use it instead of using an external JMS server.
There's also the possibility to use a JMS provider on Oracle's database (Oracle JMS) and in addition to all this to plug in the libraries to use an external WebSphere, SonicMQ or SwiftMQ provider.
Is there a way to use a MDB with both products MQ with OC4J?

