Let\'s pretend that an MDB has received a message and has started processing it in a CMT/Required transaction and let\'s assume that the transaction might take some time to complete.
I have several servers running the same code but each hand开发者_Python百科ling specific messages (they are spread by geographical area and must should treat all messages related to their area)
I would like to have an MDB that fires only after two independent states have been reached. For example:
Can we change MDB configurations at run time? How? Any E开发者_如何转开发xample or link?
Is it legal to inject a @Stateful into an MDB? @Stateful public class InteruptBean implements Interrupt {
I\'m using a remote ActiveMQ server and Message driven Beans (4 different beans) to consume the messages.开发者_如何学运维
I am using jboss6, message driven bean, hibernate and maven2 in my application when i try to compile my mdb using maven2 anddeploy on jboss6 i get the following error:
I need to map WebSphere MQ7 queue (Say queA in Queue Manager QMA) to a EJB3 MDB. I created the MQ Queue Manager and Queue using
I have a MDB reading from a MQ Queue through local binding. Sometimes we notice that the messages from the MQ Queue is not picked up Queue depth increases to 50000 and the number of instances become z
Question Is it possible to stop a Message Driven Bean (programmatically), so that it doesn\'t consume new messages, but processes run开发者_StackOverflow社区ning transactions as usual?