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.

--jason


On Wed, 23 May 2001, Christian Riege wrote:

> hi everybody,
>
> I need to access SonicMQ from my EJB's and I also need to use it for
> delivering messages to my Message Driven Beans (project w/ a client
> who is already using SonicMQ for his internal messaging).
>
> Looking at the source of JBoss (CVS HEAD checkout) I *guess* that I
> have to write something along the lines of
>
>     jboss/src/main/org/jboss/jms/jndi/JBossMQProvider.java
>
> i.e. a SonicMQProvider.java where I access the JNDI provided from
> SonicMQ and then place this SonicMQProvider into jboss.jcml replacing
> the standard JBossMQProvider.
>
> Is this the correct approach or am I missing something here?
>
> Best regards,
>     Christian
>
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to