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 |
What is jms in java with example?
Explain about JMS queue?
How kafka is different from jms?
What are the steps involved in configuring the jms?
How do I find the jms queue in weblogic?
What are the different places where you can use the JMS API?
What is Publish/Subscribe Messaging in JMS ?
What is a jms listener?
Why do we use message queue?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
What is the difference between a queue and a topic?
What is the use of connection factory in jms?