jboss-mdb
jBoss deployment of message-driven bean spec violation
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;[详细]
2023-01-31 10:40 分类:问答JBoss Messaging and Thread Priority
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[详细]
2023-01-22 01:30 分类:问答Jboss 5.1 ActiveMQ 5 standalone broker MDB setup
I\'m attempting to use the sample broker that comes with ActiveMQ 5 with an MDB deployed on JBoss 5.1 AS.[详细]
2023-01-12 15:35 分类:问答problem with seam and mdb on jboss5.1
I have a problem when using a mdb as a seam component. In the bean I inject some other seam somponents.[详细]
2023-01-03 10:42 分类:问答PHP ODBC MDB Access on a Cloud Server
Hopefully quick question.... I have a .MDB file stored on my webse开发者_JAVA技巧rver and I\'m trying to connect to it.[详细]
2022-12-29 02:24 分类:问答Problem in creation MDB Queue connection at Jboss StartUp
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.[详细]
2022-12-22 16:32 分类:问答JBoss Error in ejb-jar.xml for Message Driven Bean TextMDB: expected one res-ref-name tag
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[详细]
2022-12-10 13:40 分类:问答Dynamically creating asynchronous message queues in Java
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[详细]
2022-12-10 12:42 分类:问答When is messaging (e.g. JMS) an alternative for multithreading?
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[详细]
2022-12-09 12:22 分类:问答