Re: [JBoss-dev] Replacing JBossMQ

2001-05-24 Thread Hiram Chirino
Yes, that jboss/src/main/org/jboss/jms/jndi/JBossMQProvider.java is so that JBossMQ can deliver messages to the MDBs. But if you wish to use SonicMQ from your EJBs that way that it is documented in the EJB 2.0 spec, then you ne to write a resource adapter for SonicMQ also. Take a look at the

Re: [JBoss-dev] Replacing JBossMQ

2001-05-23 Thread Christian Riege
hi, On 23 May 2001 10:46:31 -0700, Jason Dillon wrote: I do not believe that SonicMQ supports the optional JMS ASF api, nor XA transactions, which will make implementing MDB very difficult. You might want to use the bridge to a JBossMQ provider for your beans instead. OK, that would be a

RE: [JBoss-dev] Replacing JBossMQ

2001-05-23 Thread Jason Dillon
, May 23, 2001 12:32 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Replacing JBossMQ hi, On 23 May 2001 10:46:31 -0700, Jason Dillon wrote: I do not believe that SonicMQ supports the optional JMS ASF api, nor XA transactions, which will make implementing MDB very difficult. You might want