I followed the instructions provided in the activeMQ web site to integrate the 
JBoss and ActiveMQ. see ActiveMQ+JBoss Integration

1. Included the jboss.xml in the EJB3 with a different inflow container for the 
MDB (using the instruction).
2. Anontated the MDB for the destination and destination type using the 
ActiveConfigProperties.
3. When I deployed it, the MDB initialization erroring that the 
DefaultJMSProvider  is not found in the JNDI. To fix that error I added the 
DefaultJMSProvider definition to the ds.xml file and got another error about 
the StdJMSPool not found and added that too. Which lead me another exception 
from the activeMQ JMSConnectionProxy saying that the createConnectionConsumer 
is not supported. 

It seems that MDB initialization is ignoring the container definition provided 
in the jboss.xml (in the ejb3 file).

Any help on this will be really appreciated! 

Alternatively I am thinking of using the Jencks (JCA support for ActiveMQ) with 
spring running on Jboss. Is it good idea to do so?

Thanks
/selvan





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913189#3913189

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913189


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to