I'm trying to develop MDBs using the JBoss message queue.
When my MDB gets a message, the following exception occurs:
[INFO,Default] EdsMsgBean::setMessageDrivenContext()
[ERROR,JMSContainerInvoker] Exception in JMSCI message listener
java.lang.NoSuchMethodException
at java.lang.Class.ge
Hi!
I have the following problem:
I want to use 2 jBoss servers on 2 different machines:
machine MA with server jBossA and machine MB with server jBossB.
I need to do the following:
from client CA on MA send a message to queue QB on MB.
Bean MDBB on MB gets the message, performs some computation