can we implement synchronization for handling multiple
messages receieving through Mdb on message
Answer / abhishekgupta.lko
We can not make the onMessage synchronized just like session
bean avoid the same. Each MDB which gets selected from the
pool executes its own onmessage method. There is logically
no need for it.
| Is This Answer Correct ? | 1 Yes | 3 No |
How do I use a startup class to initialize and later reference jms objects?
Why do we use jms?
What is jms template?
Explain Synchronous Message Consumption in JMS?
What is the use of StreamMessage?
Which messaging modes are included in the java messaging service jms )?
Why jms is used in java?
What is the difference between Message producer and Message consumer?
what is distributed queues and topics and how they works
What is the difference between JMS and RPC (Remote Procedure Call)?
Why do I get java.security.AccessControlException when using JMS MessageListeners from Java stored procedures inside Oracle8i JServer?
Which are the benefits of mdb (message driven beans) over standard jms consumers?