I have an java EE application which has one message-driven bean and it runs fine on JBoss 4, however when I configure the project for JBoss 6 and deploy on it, I get this error;
I\'m using JBoss 5.1.0 GA together with JMS. I have two message-driven beans. Could someone explain the threading model to me?For exam开发者_高级运维ple, does each MDB have a separate thread pool?Do
I\'m attempting to use the sample broker that comes with ActiveMQ 5 with an MDB deployed on JBoss 5.1 AS.
I have a problem when using a mdb as a seam component. In the bean I inject some other seam somponents.
Hopefully quick question.... I have a .MDB file stored on my webse开发者_JAVA技巧rver and I\'m trying to connect to it.
I am not able to create a Queue connection in JBOSS4.2.3GA Version & Java1.5, as I am using MDB as per the below details.
I\'ve copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I\'m receiving the following error when JB
I need to create asynchronous message queues dynamically in Java. My use case is sending email via multiple SMTP servers: I need to enforce that emails to the same SMTP server are processes sequential
I work on a data processing application in which concurrency is achieved by putting several units of work on a message queue that multiple instances of a message driv开发者_如何学Cen bean (MDB) listen