message-driven-bean
How to read messages in an order from the Queue using MDB?
开发者_JS百科I have a MDB which listens to WebSphere MQ. It does not picks up the messages in the order that has been received by the Queue. How can i make it read it in that order? Is it possible? Sh[详细]
2023-01-28 15:38 分类:问答Synchronizing access to a MDB method across instances
I have an Message Driven Bean, which receives Audit messages. These messages also have information about the system being audited. When a message is received, the MDB can create the system if it does[详细]
2023-01-25 16:34 分类:问答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 分类:问答ActiveMQ messagedriven bean to JSF
I am currently reading from ActiveMQ with a Message driven bean (EJB3) in the back end. The problem I am facing is that I have to update a table in my JSF page as soon as I receive the message from Ac[详细]
2023-01-08 07:39 分类:问答Greedy threads are grabbing too many JMS messages under WebLogic
We encountered a problem under WebLogic 8.1 that we lived with but could never fix. We often queue up a hundred or more JMS messages, each of which represents a unit of work. Despite the fact that eac[详细]
2023-01-08 01:11 分类:问答Weblogic 10.3 MDB throwing javax.sql.DataSource exception
Here are the applications that I\'m using: Weblogic 10.3.3 Websphere MQ 7.0 Oracle 11g Express Edition (DB)[详细]
2023-01-05 12:38 分类:问答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 分类:问答Java EE 6 + JPA - Exception: Message Driven Bean cant be managed bean
I create an Enterprise Application CustomerApp that also generated two projects CustomerApp-ejb and CustomerApp-war. In the CustomerApp-ejb, I create a SessionBean call CustomerSessionBean.java as bel[详细]
2023-01-01 20:04 分类:问答Injecting jms resource in servlet & best practice for MDB
using ejb 3.1, servlet 3.0 (glassfish server v3) Scenario: I have MDB that listen to jms messages and give processing to some other session bean (Stateless).[详细]
2022-12-28 18:51 分类:问答Message Driven Bean with Java Message Queue down
I have the following problem deploying my application. It uses JMS and a remote openMQ for communication between servers. The problem is that the connecti开发者_运维知识库on is not fully reliable so[详细]
2022-12-23 05:25 分类:问答